switch (navigator.appName){
    case "Microsoft Internet Explorer": appn="MSIE";break;
    case "Netscape": appn="NN";break;
    default: appn="other";
}

function prepare(){
    if (appn=="MSIE"){
	document.getElementById("run_str_div_main").style.width = 1000;
    }
    else {
	document.getElementById("run_str_div_main").style.width = 1000; //350 - бегущая строка начинается с Поиск...
    }	
}
