var d = document;

function popMovie(movieID) {
	var url = "/popup.php?movieID="+movieID;
	window.open(url, "videoMessenger", "directories=no,location=no,menubar=no,resizable=yes,width=800,height=600,scrollbars=no,status=no,toolbar=no");
}

function pauseFlash(obj) {
	//d.getElementById("vioplayer_container").firstChild.StopPlay();
	//alert(obj.href);
	//return false;
	return true;
}