bver=navigator.appVersion.split(";");
function totdstart(){
if(bver[1].match("5."))
rv=window.showModalDialog("faq.htm",null,"dialogWidth:430px;dialogHeight:280px;center:1;scroll:0;help:0;status:0");

}

function totdinit(){
if (document.all){
totdstart()
}
}


