
function menuZaher(laName,laRight,laHeight){
document.getElementById(laName).style.right=laRight;
document.getElementById(laName).style.top=laHeight;
document.getElementById(laName).style.visibility="visible";

}


function menuGhayeb(laName){
document.getElementById(laName).style.right="540px";
document.getElementById(laName).style.top="649px";
document.getElementById(laName).style.visibility="hidden";

}

function painBand(){

document.getElementById("greenBandPain").style.top=document.body.clientHeight+document.body.scrollTop-25

}


function browserCorrect(){
var ver
ver=navigator.appName
/*
if(ver=="Netscape")
	alert("Netscape")

if(ver!="Microsoft Internet Explorer")
	alert("Microsoft Internet Explorer")
*/

if(ver!="Microsoft Internet Explorer"){
document.getElementById("ourProductsText").style.top=10;
document.getElementById("aboutUsText").style.top=10;
document.getElementById("breadKnowledgeText").style.top=10;
document.getElementById("branchesText").style.top=10;
document.getElementById("customerInfText").style.top=10;
document.getElementById("newsText").style.top=10;
document.getElementById("deliveryText").style.top=10;
document.getElementById("contactUsText").style.top=10;
document.getElementById("zabanText").style.top=10;

}

}
