function OpenPopUp(file,width,height){	pos_x = (screen.width-width)/2;	pos_y = (screen.height-height)/2;	attributs = 'top=' + pos_y + ',left=' + pos_x + ',screenX=' + pos_x + ',screenY=' + pos_y + ',toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width=' + width + ',height=' + height;	window.open(file,'_blank',attributs);}function open_window() {	newWindow = window.open('http://www.colocation.fr/forum', 'Forum', 'toolbar=no,location=no left=40 hight=500 ,scrollbars=no,width=600,height=450');}function favori(){	browserName = navigator.appName;	browserVer = parseInt(navigator.appVersion);	if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) {		window.external.AddFavorite(location.href, document.title);	} else {		alert ("Désolé, cette fonction n'est disponible que sur Internet Explorer 4 et supérieur !");	}}function MyHomePage(){	versionNav = navigator.appVersion;	placeMSIE5 = versionNav.indexOf("MSIE 5");	if (placeMSIE5 > -1){		KelKoloc.setHomePage("www.kel-koloc.com");	} else {		alert ("Désolé, cette fonction n'est disponible que sur Internet Explorer 5 et supérieur !");	}}