function openNextWindow2(thepage) {
	w=window.open(thepage,'foo','width=325,height=270,menubar=no,resizable=yes,scrollbars=yes,status=yes,copyhistory=yes,toolbar=yes','replace=yes','left=0,top=0');
}
function openNextWindow3(thepage) {
	w=window.open(thepage,'foo','width=620,height=365,menubar=no,resizable=yes,scrollbars=yes,status=no,copyhistory=no,toolbar=no','replace=no','left=0,top=0');
}
function openNextWindow4(thepage) {
	w=window.open(thepage,'foo','width=620,height=365,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes','left=0,top=0');
}
