<!--function openFullWindow(uUrl,target) {
	//alert("open Wind");    //browser=(navigator.appName.indexOf("Microsoft")==-1)?"ns":"ie";   // system= (navigator.appVersion.indexOf("Mac")==-1)?"pc":"mac";   // theme=document.location.search;    myWidth = screen.availWidth - 10;    myHeight = screen.availHeight - 28;    bgProps="top=0,left=0,width="+myWidth+",height="+myHeight+",toolbar=no,resizable=no,status=yes,scrollbars=no,";		wnd = window.open(uUrl, target, bgProps);		//setTimeout("checkPopup();" , 250);			wnd.focus();  }// -->
