// JavaScript Document
function photo_open(poza, width, height){
	var photoWindow = window.open('poza.php?poza='+poza,'photo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=01,resizable=1,width='+(width+25));
}
function rand (n){
  return ( Math.floor ( Math.random ( ) * n + 1 ) );
}
function harta(poza){
	document.getElementById('romania').src='poze/harta/'+poza+'.gif';
}

