// JavaScript Document
<!-- 
window.defaultStatus='Ojai';
/*
if (document.all){
	var sheet = document.styleSheets[0];
	sheet.addRule("body", "scrollbar-face-color: #E3E3E3;", 1);
	sheet.addRule("body", "scrollbar-track-color: #FFFFFF;", 2);
	sheet.addRule("body", "scrollbar-highlight-color: #fffff;", 3);
	sheet.addRule("body", "scrollbar-darkshadow-color: #FFFFFF;", 4);
	sheet.addRule("body", "scrollbar-3dlight-color: #033769;", 5);
	sheet.addRule("body", "scrollbar-shadow-color: #033769;", 6);
	sheet.addRule("body", "scrollbar-arrow-color: #033769;", 7);
}
*/
function chObr(id,pic){
  document.getElementById(id).src=pic;
 }	

window.defaultStatus='Ojai Club';

function chBut(pic,src){
  document.getElementById(pic).src='img/'+src+'.jpg';
}

function chMenu(id,akt,pic){
obr1='url(img/tlac_akt.jpg)';
obr2='url(img/tlac.jpg)';

 if (akt==1) {
   document.getElementById(id).style.backgroundImage=obr1;
   document.getElementById(id).style.backgroundrepeat='repeat-x';}
 if (akt==0){
   document.getElementById(id).style.backgroundImage=obr2;
   document.getElementById(id).style.backgroundrepeat='repeat-x';}
 if (akt==3){  
    if (id=='img_up'){
	  document.getElementById(id).src=pic
  	  document.getElementById('img_up1').src=pic }
	else {
      document.getElementById(id).src=pic }
 }	

 
}

function chBackObr(id,pic){
document.getElementById(id).style.backgroundImage="url("+pic+")";
 }	

function showFoto(name,file,x,y) {
  if (x>=y)
   {rLeft='80';rTop='110';}
  else
    {rLeft='250';rTop='44';}
	
  xx=parseInt(x)+8;
  yy=parseInt(y)+8; 

  okno=window.open("photo_big.php?name="+name+"&file="+file+"&x="+x+"&y="+y+"","Foto","left="+rLeft+",top="+rTop+",width="+xx+",height="+yy+",toolbar=no,location=no,statusbar=no,menubar=no,scrollbars=no,resizable=1,status=no");
  okno.focus();
}


-->