function windowOpen(addr){
	neww=window.open(addr,"nWn","scrollbars=yes,width=400,height=450");
	neww.focus()
}
function windowOpen2(addr){
	neww=window.open(addr,"nWn","scrollbars=yes,width=700,height=550");
	neww.focus()
}
