// JavaScript Document

var popUpWin2=0;

function popUpWindow2(URLStr, width , height)
{   
  if(popUpWin2)
  {
    if(!popUpWin2.closed) popUpWin2.close();
  }
  
  attributes = "scrollbars=yes,resizable=yes,location=no,status=no,toolbar=no,directories=no,menubar=no,width=" + width + ",height=" + height ;
  eval("popUpWin2 = window.open(URLStr, 'popUpWin2', attributes);");
  //return false;
if(popUpWin2 == null || typeof(popUpWin2) == "undefined") {

alert("Your Pop-up Blocker Stopped The Video From Opening\n\nPlease Disable Your Pop-up Blocker To Watch Video\n\nOr Hold Down The Ctrl and Alt While Clicking On The Link");


 } 

}






