
      <!-- Begin
	function popUp1(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'width=500,height=420,dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0');");
	}
      // End -->
	  
	   <!-- Begin
	function popUp2(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'width=260,height=200,dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0');");
	}
      // End -->
	  
	  
	  <!-- Begin
	function popUpVideo(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'width=800,height=600,dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0');");
	}
      // End -->
	  
	   <!-- Begin
	function popUpVideoSmall(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'width=400,height=300,dependent=1,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,toolbar=0');");
	}
      // End -->