function openWin(url){
	sbwin=window.open(url,"newWin","width=620,height=480,location=0,scrollbars=1,resizable=1,menubar=1,status=0");
}
