/** For the border height **/
var browser = navigator.appName;
var IEh = Neth - 14;

if (browser == "Netscape"){
   document.write('<div id="outter-wrap" style="height:'+Neth+'px">'); 
}else if (browser == "Microsoft Internet Explorer"){
   document.write('<div id="outter-wrap" style="height:'+IEh+'px">');
}


