// Win Pop Up
	function popup(url,width,height) {
		args=width?"width="+width+",":"width=0,";
		args+=height?"height="+height:"height=0";
		args+=",scrollbars=no,status=no,resizable=no,location=no";
		win=window.open(url.href,'popWin2',args);
	}
	
		function popupa(url,width,height) {
		args=width?"width="+width+",":"width=0,";
		args+=height?"height="+height:"height=0";
		args+=",scrollbars=no,status=no,resizable=no,location=no";
		win=window.open(url.href,'popWin1',args);
	}
	
	function popupb(url,width,height) {
		args=width?"width="+width+",":"width=0,";
		args+=height?"height="+height:"height=0";
		args+=",scrollbars=no,status=no,resizable=no,location=no";
		win=window.open(url.href,'popWin2',args);
	}