/*window open*/
function openWin(URL,feature) {
	var wo = window.open(URL,"newWin",feature);
	wo.focus();
}

function wopen(wurl,ww,wh){
	WO1=window.open(wurl,"w01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=580px,height=640px");
}
