/*'='='='='='='='='='='='='='='='='='='='
|	Author: Laurent Muchacho            |
|   Email: lmuchacho@hotmail.com		|
'='='='='='='='='='='='='='='='='='='='*/
var startLoad=new Date();
var endLoad = "";
document.title = document.title + ' - - ' + startLoad.toDateString() + ' -'
function brow(){
this.browVer=navigator.appVersion;
this.ie4 = (d.all && navigator.appVersion.indexOf("MSIE 4") >= 0)? true:false;
this.ie5 = (d.all && navigator.appVersion.indexOf("MSIE 5") >= 0)? true:false;
this.ie55 = (d.all && navigator.appVersion.indexOf("5.5") >= 0) ? true:false;
this.ie6 = (d.all && navigator.appVersion.indexOf("MSIE 6") >= 0) ? true:false;
this.ie5Plus = (this.ie5||this.ie55||this.ie6) ? true:false;
this.ie = (this.ie4||this.ie5||this.ie55||this.ie6) ? true:false;
this.ns = (d.layers)? true:false;
this.ns5 = (d.getElementById&&!document.all)? true:false;
this.ns6 = (d.getElementById&&!document.all)? true:false;
this.mac = (navigator.appVersion.indexOf("Mac")!=-1)? true:false;
this.win = (navigator.appVersion.indexOf("win")!=-1)? true:false;
}
 			 
