if (document.getElementById) {
bildiri="document.getElementById('";
stil="').style.visibility=";
kapali="'hidden'";
acik="'visible'"; }
else if(document.all) {
var bildiri="document.all.";
var stil=".style.visibility=";
var kapali="'hidden'";
acik="'visible'";
}
else if(document.layers) {
var bildiri="document.layers.";
var stil=".visibility=";
var kapali="'hide'";
var acik="'show'";
}
function menugoster(menu) {
menugizle();
eval(bildiri+menu+stil+acik);
}
function menugizle() {
eval(bildiri+'anamenu1'+stil+kapali);
eval(bildiri+'anamenu2'+stil+kapali);
eval(bildiri+'anamenu3'+stil+kapali);
}
function pencereAc(url) {
link = window.open(url,"","height=315px,scrollbars=0,width=400px");
}
function ede(id,resim){
document.getElementById(id).style.background="url("+resim+")";
}
function menu(id,resim){
document.getElementById(id).src="images/"+resim;
}
