//Gobal vars
var savedTarget=null;                           // The target layer (effectively vidPane)
var orgCursor=null;                             // The original mouse style so we can restore it
var dragOK=false;                               // True if we're allowed to move the element under mouse
var dragXoffset=0;                              // How much we've moved the element on the horozontal
var dragYoffset=0;                              // How much we've moved the element on the verticle
windowPaneID = document.getElementById('windowPane'); // Our movable layer
windowPaneID.style.top='280px';                     // Starting location horozontal
windowPaneID.style.left='852px';                    // Starting location verticle