function wopen(url){
	window.open(url, "window_name", "width=770,height=750,scrollbars=yes,resizable=yes,status=yes");
}
