
function news()
	 {fen=open("http://www.bompard-motos.com/news.htm#END", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=618, height=400");
 }

function newsemoto()
	 {fen=open("http://www.bompard-motos.com/newsemoto.htm", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=350, height=500");
 }

function aide()
	 {fen=open("http://www.bompard-motos.com/aide.htm", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=400, height=210");
 }
 
function webcam()
	 {fen=open("http://www.bompard-motos.com/theque/webcam/webcam32.htm", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=350, height=350");
 }

function live()
	 {fen=open("http://www.bompard-motos.com/live.htm", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=140, height=185");
 }


function reco()
	 {fen=open("http://www.bompard-motos.com/recommander.htm", 
		"fenetre",
		"toolbar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, position=absolute, width=210, height=120");
 }


function fullscreen(){
nompage=location.href;
window.open("http://www.bompard-motos.com/default.htm","","toolbar=1,location=1,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=0,width=794,height=544,fullscreen=yes,left=0,top=0");
}

var bookmarkurl="http://www.bompard-motos.com"
var bookmarktitle="- HONDA - Concessionnaire BOMPARD MOTOS (Fr-15)"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}



function imprimer(){  
 if (navigator.appName == "Netscape") {
  window.print() ;  
 }
 else {
  var navi = '<OBJECT ID="navi1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
  document.body.insertAdjacentHTML('beforeEnd', navi);
  navi1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box    navi1.outerHTML = "";  
 }
}

<!-- 
function high(which2)
{theobject=which2
highlighting=setInterval("highlightit(theobject)",20)
}

function low(which2)
{
	clearInterval(highlighting)
//	which2.filters.alpha.opacity=40
}

function highlightit(cur2)
{
/*	if(cur2.filters.alpha.opacity<100)
		cur2.filters.alpha.opacity+=5
	else if(window.highlighting)
		clearInterval(highlighting) */
}


<!-- Begin
closetime = 20; // Close window after __ number of seconds?
// 0 = do not close, anything else = number of seconds

function Start(URL, WIDTH, HEIGHT) {
windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT;
preview = window.open(URL, "preview", windowprops);
if (closetime) setTimeout("preview.close();", closetime*1000);
}

function doPopup() {
url = "http://www.bompard-motos.com/absent.htm";
width = 500;  // width of window in pixels
height = 70; // height of window in pixels
delay = 5;    // time in seconds before popup opens
timer = setTimeout("Start(url, width, height)", delay*1000);
}
//  End -->