function popUp( URL )
{
	id = (new Date()).getTime();
	window.open( "http://arts.tjhsst.edu/troupe/popup.php?scode=" + URL, id, "toolbar=0, scrollbars=0, location=0, statusbar=0, menubar=0, resizeable=0, width=400px, height=60px, left=412, top=334" )
}

