<script language="JavaScript">
<!-- 
function fullscreen(theURL) { 
window.open(theURL, '', 'fullscreen=yes, scrollbars=0'); 
} 
function mini() {
      minobj.Click();
   }
function popup(theURL)
{
	window.open(theURL,'','width=778,height=,left=0,top=0,toolbar=no,location=no,status=no,menubar=no,resazable=yes, scrollbars=1');
}
function popup1(theURL)
{
	window.open(theURL,'','width=410,height=620,left=250,top=50,toolbar=no,location=no,status=no,menubar=no,resazable=no, scrollbars=0');
}
function openChromeslessWindow(openUrl, winName, wWidth, wHeight, wPosx, wPosy, wTIT,
												windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
													bCenter, sFontFamily, sFontSize, sFontColor){
	
	openchromeless(openUrl,winName, wWidth, wHeight, wPosx, wPosy, wTIT, wTIT ,
							windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel,
								bCenter, sFontFamily, sFontSize, sFontColor);
}
-->
</script>
