

var spr = false;
function doSaveAs()
{
	if (document.execCommand)
		{
			if (spr){document.execCommand("SaveAs");}
		}
	else{}
}
