// JavaScript Document
	function popUp(winURL){
	window.open(winURL,"popup","toolbar=0,menubar=0,scrollbars=0,status=0,resizable=0,location=0,directories=0,fullscreen=0,width=400,height=100,left=200,top=100");
	}
	function videoPlay(winURL){
	window.open(winURL,"videoplay","toolbar=0,menubar=0,scrollbars=0,status=0,resizable=0,location=0,directories=0,fullscreen=0,width=425,height=350,left=200,top=100");	
	}
	
	function flashPlay(winURL){
	window.open(winURL,"videoplay","toolbar=0,menubar=0,scrollbars=0,status=0,resizable=0,location=0,directories=0,fullscreen=0,width=800,height=450,left=100,top=100");	
	}