﻿function popUp(URL) {
    day = new Date();
    id = 'ETA_VideoPlayer'
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480,left = 400,top = 210');");
}
function openVideo(videoFile){
popUp('http://www.etaccelerator.com/video/player.aspx?v=' + videoFile + '.swf')
}

