<!--

if ((navigator.appName.indexOf("Microsoft Internet Explorer") != -1)) {
document.write("<link rel=\"stylesheet\" href=\"/css/stylesheet.css\" TYPE=\"text/css\">"); }
else {
document.write("<link rel=\"stylesheet\" href=\"/css/stylesheet_net.css\" TYPE=\"text/css\">"); }

var time = new Date();
  	ordval= (time.getTime());
	
function openPopup_foot(fileName) {
        window.open(fileName, 'DisplayWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=1,alwaysRaised=yes,width=500,height=450') ;
}


function newWin(hurl) {
	url = "program.php?id=" + hurl ;
 	wid=window.open(url,"remote","toolbar=no,status=no,directories=no,location=no,scrollbars=yes,resizable=no,width=500,height=450");
}

function films() {
	document.search.q_date.selectedIndex = 3;
	document.search.q_time.selectedIndex = 0;
	document.search.q_chanel.selectedIndex = 0;
	document.search.q_format.selectedIndex = 1;
	document.search.stereo.value = '';
	document.search.vo.value = '';
	document.search.bicanal.value = '';
	document.search.soustitre.value = '';
	document.search.q_name.value = '';
	document.search.film.value = '1';
	document.search.submit();
}

function swapOptions(the_array_name) {
        var numbers_select = window.document.search["q_format"];
        var the_array = eval("group" + the_array_name);
        var the_array_id = eval("groupid" + the_array_name);
        setOptionText(window.document.search["q_genre"], the_array, the_array_id);
}

function changePage(page) {
	document.search.q_pagenum.value = page;
	document.search.submit();
}

var time = new Date();
ordval= (time.getTime());
//-->



