<!--
function Content_OpenAWindow(AURL,AAttr)
{
	AWindow=window.open(AURL,window.name+"X",AAttr);
	if(parseInt(navigator.appVersion)>=3) AWindow.focus();
	return ;
}
windowWidth = 150;
windowHeight = 100;
DeleteVariables = 'top='+((screen.height/2)-(windowHeight/2+20))+',left='+((screen.width/2)-(windowWidth/2+10))+',resizable=0,scrollbars=0,status=0,menubar=0,titlebar=0,menu=0,toolbar=0,width='+windowWidth+',height='+windowHeight;

windowWidth2 = 296;
windowHeight2 = 105;
UploadVariables = 'top='+((screen.height/2)-(windowHeight2/2+20))+',left='+((screen.width/2)-(windowWidth2/2+10))+',resizable=yes,scrollbars=no,status=0,menubar=no,menu=no,width='+windowWidth2+',height='+windowHeight2;

windowWidth3 = 10;
windowHeight3 = 10;
ImageVariables = 'top=170,left=135,resizable=0,scrollbars=0,status=0,menubar=0,titlebar=0,menu=0,toolbar=0,width='+windowWidth3+',height='+windowHeight3;
//-->