                        <!--	function NewPopup(url, windowName, width, height)	{	  		var popup;		popup = window.open('', windowName, 'menubar=no,toolbar=no,width=' + width + ',height=' + height + ',scrollbars=no, resizable=no');		if (popup != null) 		{			if (popup.opener == null) 			{			  popup.opener = self;			}			popup.location.href = url;		}	}	                                //-->