// JavaScript Documentvar win=null;function NewWindow(mypage,myname,w,h,scroll,pos,loc,dir,menub,resize){if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=0}else if(resize==null){resize='yes'}settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=loc,directories=dir,status=yes,menubar=menub,toolbar=no,resizable=resize';win=window.open(mypage,myname,settings);}function MM_openBrWindow(theURL,winName,features) { 	window.open(theURL,winName,features);}function PopupImage(img) {	titre="CARROSSERIE RICHARD - La Roche sur Foron";	w=open("",'image','width=10,height=10,toolbar=no,scrollbars=no,resizable=yes');		w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");	w.document.write("<SCRIPT language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+12,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");	w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");	w.document.write("");	w.document.write("</BODY></HTML>");	w.document.close();}