﻿// JScript File

function newVideoWin(file, winName) {
		newWin = window.open(file, winName,'scrollbars=no,status=no,resizable=no,left=100,top=100,width=320,height=255');
	}

    // For video update 1 uncomment line below
	document.write('<a href="#" onClick="newVideoWin(\'ftp_shared/3day/video/video_update1.htm\', \'intro\');"><img src="threeday/images/video_update1.gif" title="Video Update 1" width="150" height="51" border="0" /></a><br /><br />');

    // For video update 2 uncomment line below
    document.write('<a href="#" onClick="newVideoWin(\'ftp_shared/3day/video/video_update2.htm\', \'intro\');"><img src="threeday/images/video_update2.gif" title="Video Update 2" width="150" height="51" border="0" /></a><br /><br />');

    // For video update 3 uncomment line below
    document.write('<a href="#" onClick="newVideoWin(\'ftp_shared/3day/video/video_update3.htm\', \'intro\');"><img src="threeday/images/video_update3.gif" title="Video Update 3" width="150" height="51" border="0" /></a><br /><br />');
    
   
   document.write('<br />');
   
   