function wOpen(doc){
	var n=window.open(doc,"","width=400,height=350,scrollbars,status,location,menubar,resizable");
	return true;
}