// Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html // // *** Version 2.oo var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); var taz_majdate = new Date(); function tazmessenger() { window.open('http://www.tazmessenger.free.fr/start.php?refresh='+taz_majdate.getTime(),'','width=500,height=360,left='+(Math.round((screen.availWidth-500)/2))+',top='+(Math.round((screen.availHeight-360)/2))+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0'); } function taz_mmi(tazid) { window.open('http://www.tazmessenger.free.fr/tazmmi.php?refresh='+taz_majdate.getTime()+'&act=newmsg&id='+tazid,'','width=300,height=250,left='+(Math.round((screen.availWidth-300)/2))+',top='+(Math.round((screen.availHeight-250)/2))+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0'); } function taz_connexion() { tazmessenger(); } function taz_infos() { window.open('http://www.tazmessenger.free.fr/infospersos.php?refresh='+taz_majdate.getTime(),'','width=500,height=300,left='+(Math.round((screen.availWidth-500)/2))+',top='+(Math.round((screen.availHeight-300)/2))+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0'); } function taz_infospersos() {taz_infos();} function taz_messagerie() { window.open('http://www.tazmessenger.free.fr/messagerie.php?refresh='+taz_majdate.getTime(),'messagerie','width=510,height=300,left='+(Math.round((screen.availWidth-510)/2))+',top='+(Math.round((screen.availHeight-300)/2))+',toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0'); } function taz_chat() { window.open('http://www.tazmessenger.free.fr/chat.php?refresh='+taz_majdate.getTime(),'chat','width=525,height=415,left='+(Math.round((screen.availWidth-525)/2)+10)+',top='+(Math.round((screen.availHeight-415)/2))+',toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,copyhistory=0,menuBar=0'); } function taz_tv() { }