
function mesagge(){
window.status= ''; 
return true;
}
function goback() {
window.history.back(-1);
} 
function goforward() {
window.history.forward();
}

function home(){
(self.location.href = "index.asp");
} 

function tisk(){  
  window.print()
}

var MS = navigator.appVersion.indexOf("MSIE");
window.isIE4 = (MS > 0) &&
  (parseInt(navigator.appVersion.substring(MS + 5, MS + 6, MS + 7)) >= 4);
if (!isIE4) {
function low(){
}
function high(){
}
}
else { 
var theobject;
function low(theobject){
theobject.filters.alpha.opacity=90
}
function high(theobject){
theobject.filters.alpha.opacity=100
}
}


