function popup_ft(str) {
  w = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=622,height=550");
  w.location = str;
}

function popup_home() {
  w = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=195,height=364");
  w.location = 'http://www.cfbp.fr/extern/popup_home.html';
}

function popup(str) {
  w = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=500,height=500");
  w.location = '<?=$g_urlroot?>/' + str;
}

function popupVideo(str) {
  w = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=320,height=256");
  w.location = str;
}

function checkChange(_form, _select, _index) {
  thisForm = document.getElementById(_form);
  if (_select.selectedIndex == _index)
    return false;
  else
  {
	if (_select[_select.selectedIndex].value == 0)
		return false;
	else
	{
    		w = window.open("","","");
    		w.location = _select[_select.selectedIndex].value;
	}
  }
}

function populate_news(){
  if (iedom_news){
    cross_marquee_news=document.getElementById? document.getElementById("iemarqueenews") : document.all.iemarqueenews
    cross_marquee_news.style.top=parseInt(marqueeheightnews)+8+"px"
    cross_marquee_news.innerHTML=marqueecontentnews
    actualheightnews=cross_marquee_news.offsetHeight
  }
  else if (document.layers){
    ns_marqueenews=document.ns_marqueenews.document.ns_marquee2news
    ns_marqueenews.top=parseInt(marqueeheightnews)+8
    ns_marqueenews.document.write(marqueecontentnews)
    ns_marqueenews.document.close()
    actualheightnews=ns_marqueenews.document.height
  }
  lefttimenews=setInterval("scrollmarqueenews()",80)
}

function scrollmarqueenews(){
  if (iedom_news){
    if (parseInt(cross_marquee_news.style.top)>(actualheightnews*(-1)+8))
      cross_marquee_news.style.top=parseInt(cross_marquee_news.style.top)-copyspeednews+"px"
    else
      cross_marquee_news.style.top=parseInt(marqueeheightnews)+8+"px"
  }
  else if (document.layers){
    if (ns_marqueenews.top>(actualheightnews*(-1)+8))
     ns_marqueenews.top-=copyspeednews
    else
     ns_marqueenews.top=parseInt(marqueeheightnews)+8
  }
}

function printit() {
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (NS) {
    window.print();
} else {
    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
    document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
    WebBrowser1.ExecWB(6, 2); 
}
}
