
		function newWin (sPath) {
			window.open(sPath,'');
			s=s_gi(_rootAccount);cLT(s,1,'Default');
		}

		function ShowLensInfo (sProduct) {
			window.open('http://www.lentiacontattoonline.it/LensInfo.asp?sProduct=' +sProduct,'Linser','width=350,height=250,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
		}

		function newWinSite (sPath,sCompany) {
			window.open(sPath,'');
			s=s_gi(_rootAccount);cLT(s,1,sCompany);
		}

		function LoadUrl(id,sCompany) {
			window.open('http://www.lentiacontattoonline.it/LoadUrl.asp?id=' + id,'');
			s=s_gi(_rootAccount);cLT(s,1,sCompany);
		}


		function LoadPage (rid,sCompany) {
			window.open('http://www.lentiacontattoonline.it/LoadUrl.asp?rid=' + rid,'');
			s=s_gi(_rootAccount);cLT(s,1,sCompany);
		}

		function sortredirect(sPath) {
			if (sPath=='Default') {
			}
			else {
				window.location.href=sPath;
			}
		}

		function showMail(u,w,h){ 
			mywin = window.open(u,"pop",'toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=300'); 
			}

		function showDelicious(u,w,h){ 
			mywin = window.open(u,"pop",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=500'); 
			}
		function OpenAd (sPath) {
			window.open(sPath,'');
		}
		function showTool(u,w,h){ 
			mywin = window.open(u,"pop",'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=800,height=500'); 
			}