function eulaPopUp(goURL, sizeX, sizeY, scrollIng) {
	myWin=window.open(goURL, "nct", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars="+scrollIng+",resizable=no,copyhistory=no,width="+sizeX+",height="+sizeY);
}

function viewShot(goURL, sizeX, sizeY) {
	myWin=window.open(goURL, "nct", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=no,width="+sizeX+",height="+sizeY);
}