
	function openWin(a,b,c){

		temp=window.open(a,"_blank","width="+b+",height="+c+",addressbar=no,menubar=no,toolbars=no");

	}
