function popup(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=490,height=300,scrollbars=no,resizable,status=no");
	}

function popup2(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=490,height=300,scrollbars=yes,resizable,status=no");
	}
