// JavaScript Document
function openIt(theURL,width,height)
	{
	window.open(theURL,'stagwindow','resizable=yes,width=600,height=400,status=yes,x=100,y=100,toolbar=yes,scrollbars=yes,titlebar=no');
	}
	
function video_window(page){
	window.open(page,'vwindow','resizable=yes, width=350, height=300, status=no, x=100, y=100, toolbar=no, scrollbars=no, titlebar=no')
}
	