function winOpen(wname) { 
	subwin=window.open(wname,"","width=780,height=600,toolbar=0,scrollbars=yes,resizable=1,location=no,menubar=no");
}
