//collection of Javascript files include in each PRISM page
function Start(page) 
{
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no,left=0,top=0,width=400,height=400");
}

function saveAs (filename)
{
	document.execCommand('SaveAs',null,filename)
}