function popUp(theURL) { //v2.0  window.open(theURL,'zoom','width=100,height=100,scrollbars=no,resizable=no');}function popUpSized(theURL, theW, theH) { //v2.0	var options = "width=" + theW + ",height=" + theH + ",scrollbars=no,resizable=no";  window.open(theURL,'zoom',options);}function video(theURL) {  window.open(theURL,'video','width=650,height=350,scrollbars=no,resizable=yes,status=yes');}function videoTube(theURL,w,h) {	var theW = w;	var theH = h;	var options = "width=" + theW + ",height=" + theH + ",scrollbars=no,resizable=yes,status=yes";	window.open(theURL,'video',options);}function sinossi(theFile) {//	var path2File = "sinossi/"+theFile+".html";	window.open(theFile,'sinossi','width=450,height=350,scrollbars=yes,resizable=yes').focus();}