function validateMail() {
	k = document.getElementById('keySearch').value
	x = k.split(" ");
	c = x.join("");

	if(c!="" && c!="adresademail" )
	location.href='?mail='+ k
	else {
		if(c == "adresademail")
			alert("Trebuie sa specifici o adresa de mail!")
		
	}	
}
	
			function showLoader(holderId) {
				jQuery("#"+holderId).html("<img src='images/template/ajax-loader.gif' width='40' style='margin-top:30px;' />");	
				
			}
			
			function basename(path) {
			    return path.replace( /.*\//, "" );
			}
			
		
			function resizePic(pic) {

				showLoader('mainPicHolder');
				picName = basename(pic.src);
				newMainPic = picName.substr(2,picName.length);
				 jQuery("#mainPicHolder").html("<img id='mainPic' src='images/poze-oferte/large_"+newMainPic+"' />");	
				
			}
