
  function showbig(picname) {
    window.open('/inc/foto.php?pic='+picname,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=30,left=30,width=30,height=30');
  }

  function showbig1(objId) {
    window.open('fullObject.php?objectId='+objId,'_blank','scrollbars=yes,taskbar=no,resizeable=no,status=no,menubar=no,top=30,left=30,width=30,height=30');
  }
  
  function PreLoad(source) {
    var NewImage = new Image();
    NewImage.src = source;
  }

  function wnd(src, w, h) {
    window.open(src, '_blank', 'location=no,menubar=no,resizable=yes,status=no,toolbar=no,left=10,top=10, width='+w+', height='+h);
  }

  function ShowBig(picname) {showbig(picname)}

  function Menu(str,size) {
  	if (document.all("table_"+str).style.display=="none") {
  		document.all("table_"+str).style.display="block"; 
  		
  		if (size=="big") {
  			document.all("img_"+str).src="/images/MinusBig.gif";
  		}
  		else 
  			document.all("img_"+str).src="/images/MinusSmall.gif";
  	}
  	else {
  		document.all("table_"+str).style.display="none"; 
  		if (size=="big") 
  			document.all("img_"+str).src="/images/PlusBig.gif";
  		else 
  			document.all("img_"+str).src="/images/PlusSmall.gif";
  	}
  }

 
