function ftvlaunch(video,quality,pid) {
	  var LeftPosition = (screen.width) ? (screen.width-665)/2 : 0;
	  var TopPosition = (screen.height) ? (screen.height-430)/2 : 0;
	  var popwin = window.open('http://www.zoomin.tv/videoplayer/index.cfm?id='+video+'&mode=normal&quality='+ quality +'&pid='+ pid,'MTV6_window','toolbar=no,width=665,height=430,top='+TopPosition+',left='+LeftPosition+',directories=no,status=no,statusbar=0,scrollbars=no,resizable=no,menubar=no');
      popwin.focus();
}
 
function video_belga (slink) {
 window.open(slink,'belga_popup','height=530, width=730, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=no, status=no');
 return false;
}

function sound_popup( fic ) {	
	window.open('/services/multimedia/popup_son.php?URL=' + fic, 'sounds_popup', 'height=100, width=300, top=300, left=300, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=no, status=no');	
	return false;
}

function Change(){
	var obj = document.getElementById('search_text');
	var nam = document.getElementById('search_in').value;
	obj.setAttribute('name', nam);
}