// open window
function openWindow1(theURL,winame) {
	nWin = window.open(theURL,winame,'toolbar=no,location=no,menubar=yes,resizable=yes,scrollbars=auto,width=640,height=460');
	nWin.focus();
}

function openWindow2(theURL,winame) {
	nWin = window.open(theURL,winame,'toolbar=no,location=no,menubar=yes,resizable=yes,scrollbars=auto,width=620,height=580');
	nWin.focus();
}

function openWindow3(theURL,winame) {
	nWin = window.open(theURL,winame,'toolbar=no,location=no,menubar=yes,resizable=yes,scrollbars=auto,width=660,height=620');
	nWin.focus();
}

function openWindow4(theURL,winame) {
	nWin = window.open(theURL,winame,'toolbar=no,location=no,menubar=yes,resizable=yes,scrollbars=auto,width=700,height=620');
	nWin.focus();
}
