

    //<![CDATA[

 <!--

     function Popup(URL) {
				var w = 610;
				var h = 410;
				var l = Math.floor((screen.width-w)/2);
				var t = Math.floor((screen.height-h)/2);
				window.open(URL,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status='no', menubar='no', toolbar='no', scrollbar='yes'");
     }

	      function Popupimg(URL) {
				var w = 450;
				var h = 500;
				var l = Math.floor((screen.width-w)/2);
				var t = Math.floor((screen.height-h)/2);
				window.open(URL,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ", status='no', menubar='no', toolbar='no', scrollbar='yes'");
     }

	 	function Popupscroll(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=620,height=410,left = 335,top = 307');");
		}


 //-->


    //]]>