function popup(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=500,height=550,scrollbars=yes,resizable,status=no");
	w.focus();
	}

function popup2(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=620,height=400,scrollbars=yes,resizable,status=no");
	w.focus();
	}

function popup3(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=200,height=350,scrollbars=no,resizable,status=no");
	w.focus();
	}
	
function popup4(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=575,height=600,scrollbars=yes,resizable,status=no");
	w.focus();
	}
