function OWCSaveAs (filename)
{
	document.execCommand('SaveAs',null,filename)
}
