function wopen(theURL,title){
	window.open(theURL,title,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=450,height=600");
}

function wopen2(theURL,title){
	window.open(theURL,title,"toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=600");
}