// JavaScript Document
////POP-UP
function open_popup(url,titre,largeur,hauteur,scroller){
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	
	PopUp=window.open(url,titre,"top="+top+",left="+left+",width="+largeur+",height="+hauteur+",menubar=no,scrollbars="+scroller+",statusbar=no");
	PopUp.focus();
}

function standalone_player(url,lng,idtrk){
	
	open_popup("http://mondomix.com/players/pop_player.php?url="+url+"&lng="+lng+"&idtrack="+idtrk,'player',305,165,'menubar=no,scrollbars=no,statusbar=no');
	
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	if(selObj.options[selObj.selectedIndex].value!=''){
	eval(targ+".location='http://mondomix.com/fr/search_reportage.php?year="+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
  }
}

function search_article(){
	document.search_article.submit();	
	
}

/*function open_video(url){
	open_popup("http://mondomix.com/reportages/sakifo-2008/popup_video.php?FLV="+url,'playervideo',600,500,'menubar=no,scrollbars=no,statusbar=no');
}*/