﻿// JScript File

function ShowPlayer(file)
{
    var width = 340;
    var height = 400;
    var left = 250;
    var top = 220;

    newwindow=window.open("http://www.defensivedrivingsolutions.com/flvplayer.aspx?fl=" + file,"","width=" + width + ", height=" + height + ",status=yes,toolbar=no,menubar=no,left=" + left + ",top=" + top + ",scrollbars=no,resizable=1,title='Audio/Video Player'");
}

function ShowGeneralVideo()
{
    var width = 340;
    var height = 400;
    var left = 250;
    var top = 220;

    newwindow=window.open("http://www.defensivedrivingsolutions.com/flvplayer.aspx?fl=Home Page Video_.flv&gnrl=y","","width=" + width + ", height=" + height + ",status=yes,toolbar=no,menubar=no,left=" + left + ",top=" + top + ",scrollbars=no,resizable=1,title='Audio/Video Player'");
}