//<!-- 
		if (screen.width >= 1024) {
			document.write('<link rel=\"stylesheet\" href=\"formate1024.css\" type=\"text/css\" />');
		} else if (screen.width >= 800) {
		          document.write('<link rel=\"stylesheet\" href=\"formate800.css\" type=\"text/css\" />');
		        } else {
			    document.write('<link rel=\"stylesheet\" href=\"formate.css\" type=\"text/css\" />'); 
		}
		
		function openPopup(width,height) {
	    window.open('','Popup','width=' + width + ',height=' + height + ',left=0,top=0,resizable=yes');
	    return;
        }
//-->
