

function popup(fileName,windowName,theWidth,theHeight,scrollBar)
{
	Whandle=window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrollBar+",resizable=0,width="+theWidth+",height="+theHeight+",left=100,top=50,screenX=100,screenY=50'");
	Whandle.focus();
}
function writeFlash(str)
{
 document.write(str);
}
