function ShowPic(Pic)
{
	 window.open(Pic,'','width=480,height=340', true);
  //480x340
}

function PlayVideo(Id)
{	
	//document.getElementById("player").style.background="none";
	frmPlayer.focus();
	document.location.href="#vide0";
	document.getElementById("player_inside").style.visibility="visible";
	frmPlayer.location.href = "http://www.videotouristonline.com/Video_frm.asp?Id=" + Id;
	
	return false;
}