// JavaScript Document

function tvspot(lang)
{
	var video = window.open("tvspot.php", "videoWin", "width=500,height=345,scrollbars=no,toolbar=no,status=no,resizable=no,top=100,screenX=100,screenY=100");    
  	video.focus();
}

function video_rfid(lang)
{
	var video = window.open("video_rfid.php", "videoWin", "width=500,height=333,scrollbars=no,toolbar=no,status=no,resizable=no,top=100,screenX=100,screenY=100");    
  	video.focus();
}