<!--

	if (document.images) {



	forsale_off = new Image;

	forsale_off.src = path+"forsale_off.gif";

	forsale_on = new Image;

	forsale_on.src = path+"forsale_on.gif";



	gioia_giglio_off = new Image;

	gioia_giglio_off.src = path+"gioia_giglio_off.gif";

	gioia_giglio_on = new Image;

	gioia_giglio_on.src = path+"gioia_giglio_on.gif";

	

	ferienwohnungen_off = new Image;

	ferienwohnungen_off.src = path+"ferienwohnungen_off.gif";

	ferienwohnungen_on = new Image;

	ferienwohnungen_on.src = path+"ferienwohnungen_on.gif";

	

	isola_giglio_off = new Image;

	isola_giglio_off.src = path+"isola_giglio_off.gif";

	isola_giglio_on = new Image;

	isola_giglio_on.src = path+"isola_giglio_on.gif";

	

	wohnungspreise_off = new Image;

	wohnungspreise_off.src = path+"wohnungspreise_off.gif";

	wohnungspreise_on = new Image;

	wohnungspreise_on.src = path+"wohnungspreise_on.gif";

	

	kontakt_off = new Image;

	kontakt_off.src = path+"kontakt_off.gif";

	kontakt_on = new Image;

	kontakt_on.src = path+"kontakt_on.gif";



	}



	

	function roll(img,itm)

	{

	document.images[img].src = eval(img + itm+".src");

	}



	function check_fields()

	{

	if (document.sendmail.name.value == "") {alert("Bitte Namen angeben!"); document.sendmail.name.focus(); return false;}

	if (document.sendmail.email.value == "") {alert("Bitte E-Mail angebenl!"); document.sendmail.email.focus(); return false;}

  	if (document.sendmail.email.value.indexOf("@") == -1) {alert("Bitte E-Mail Adresse ueberpruefen!"); document.sendmail.email.focus(); return false;}

	if (document.sendmail.telephone.value == "") {alert("Bitte Telefonnummer angeben!"); document.sendmail.telephone.focus(); return false;}

	if (document.sendmail.country.value == "") {alert("Bitte Herkunftsland angeben!"); document.sendmail.country.focus(); return false;}

	if (document.sendmail.flat.value == "") {alert("Bitte gewuenschte Wohnung angeben!"); document.sendmail.flat.focus(); return false;}

	if (document.sendmail.adults.value == "") {alert("Bitte Anzahl der Erwachsenen angeben!"); document.sendmail.adult.focus(); return false;}

	if (document.sendmail.children1.value == "") {alert("Bitte Anzahl der Kinder angeben!"); document.sendmail.children1.focus(); return false;}

	if (document.sendmail.children2.value == "") {alert("Bitte Anzahl der Kleinkinder angeben!"); document.sendmail.children2.focus(); return false;}

  	else return true;  	   	 

  	}



	function makeRemoteFoto(itemFolder)

	{

    	pathPhoto = itemFolder;

    	myurl = pathPhoto;

		remote=window.open(myurl,'photogallery',"height=570,width=500,left=200,top=150,directories=0,fullscreen=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=0");

	}



	

	//-->

