function changeImage1(a) {
 document.Image1.src="/incarca.jpg";

 document.Image1.src="/poze_mari/" + a;
 document.Image1.focus();
}


 function NewWindow(mypage, myname, w, h, scroll)
  {
var winl = (screen.width - w) / 2; 
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=0,menubar=0,scrollbars=0,maximize=no'
win = window.open(mypage, myname, winprops)
    if (parseInt(navigator.appVersion) >= 4)
	 { 
	 win.window.focus(); 
	 }
 } 
	function check_data() {
		if ( document.form1.mail.value == "" ) {
			alert("Nu ati introdus adresa de email!");
			return false;
		}
		if ( document.form1.pass.value == "" ) {
			alert("Nu ati introdus parola!");
			return false;
		}

		return true;	
	}
