﻿		function MM_openBrWindow(theURL,winName,features) { //v2.0
		window.open(theURL,winName,features);
		}

		function popupURL(theURL,width,height) { //v2.0
			window.open(theURL,"","width=" + width + ",height=" + height);
		}
		
		function contentPreview(p){
		    ms=document.forms[0].PageAdmin1_ddSavedModules;
		    cid=ms[ms.selectedIndex].value ;
		    if (cid!=0)	window.open("admin/contentPreview.aspx?pageId=" + p + "&cid=" + cid,"","width=400,height=400,resizable=yes");
		}

		function popupImage(img,desc) {
			foto1= new Image();
			foto1.src=(img);
			Controlla(img,desc);
		}
		function Controlla(img,desc){
			if((foto1.width!=0)&&(foto1.height!=0)){
				viewFoto(img,desc);
			}
			else{
				funzione="Controlla('"+img+"','" + desc + "')";
				intervallo=setTimeout(funzione,20);
			}
		}
		function viewFoto(img,desc){
			largh=foto1.width+20;
			altez=foto1.height+20;
			stringa="width="+largh+",height="+altez;
			finestra=window.open(img,"",stringa);
			//finestra.document.title=desc
		}		
		
		function goSearch(page){
			var str=document.forms[0].str_search.value
			document.location.href="Default.aspx?pageid=" + page + "&st=" + str		
		}
		function clearForm(){
		document.forms[0].reset()
		}
