   var home, aboutus, outtour, support, contactus;

   function loadpics(){
    home= new Image;
    home.src='img/navbar_home.jpg';
    aboutus= new Image;
    aboutus.src='img/navbar_aboutus.jpg';
    outtour= new Image;
    outtour.src='img/navbar_ourtour.jpg';
    support= new Image;
    support.src='img/navbar_support.jpg';
    contactus= new Image;
    contactus.src='img/navbar_contactus.jpg';
    side= new Image;
    side.src='img/button_over1.jpg';
    orig= new Image;
    orig.src='img/navbar.jpg';
    origside= new Image;
    origside.src='img/button1.jpg';
    izbr= new Image;
    izbr.src='img/button_izbr_on.gif';
    hom= new Image;
    hom.src='img/button_start_on.gif';
   }

    function swichnav(nm){
        nb='img/navbar_'+nm+'.jpg';
        nvb=document.getElementById('navbar');
        nvb.style.backgroundImage="url('"+nb+"')";
    }

    function backnav(){
        nvb=document.getElementById('navbar');
        nvb.style.backgroundImage="url('img/navbar.jpg')";
    }

var imgwin;
function zoom(img){
    if((!imgwin) || (imgwin.closed)){
        imgwin=window.open(img,'img',"height=650,width=850,status=no,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes");
    }else{
        imgwin.location.replace(img);
        imgwin.focus();
    }
    loadpics();

}

function Bookmark() {

 title = 'АКУНА МАТАТА - Клуб общения и активного отдыха';
 url = "http://netproblem.co.il/";

	if (window.sidebar) {
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) {
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) {
		return true; }
}