// JavaScript Document
function videoPop(videoSrc){
	var theURL = "videoWindow.asp?videoSrc=" + videoSrc;
	window.open(theURL,"goSeeIsraelVideo","width=440,height=357,scrolling=no,resizable=no,toolbar=0");
	//location.href = theURL;
}
