function open_window(url) {
		aWindow = window.open(url, "thewindow", 
		"menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=400,height=300,screenX=20,screenY=20,top=20,left=20")
		}
		
function open_INNM(url) {
		aWindow = window.open(url, "thewindow", 
		"menubar=no,toolbar=no,resizable=no,scrollbars=no,width=400,height=500,screenX=20,screenY=20,top=20,left=20")
		}
		
function open_VideoViewer(url) {
		aWindow = window.open(url, "thewindow", 
		"menubar=no,toolbar=no,resizable=no,scrollbars=no,width=400,height=334,screenX=20,screenY=20,top=20,left=20")
}