function openWin(url,w,h){
		nwin=window.open(url,"","width="+w+",height="+h+",toolbar=no,location=no,derectories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");

	}