img01off=new Image();  	img01off.src="/images/button_home.gif";
img01on=new Image();  	img01on.src="/images/button_home_over.gif";
img02off=new Image();  	img02off.src="/images/button_contactus.gif";
img02on=new Image();  	img02on.src="/images/button_contactus_over.gif";
img03off=new Image();  	img03off.src="/images/button_sitemap.gif";
img03on=new Image();  	img03on.src="/images/button_sitemap_over.gif";


function roll(image,slot) {
 
if (document.getElementById && document.getElementById(slot) != null)
 
eval('node=document.getElementById(slot).src='+image+'.src');

   else if (document.images)

        eval("document.images['"+slot+"'].src = "+image+".src");
}


function check_values()
{
	if (contact.name.value=='') {
		alert("Please insert your details in the field 'Full Name'.");
		contact.name.focus();
		return(false);
	}
	if (contact.email.value=='') {
		alert("Please insert your details in the field 'E-Mail'.");
		contact.email.focus();
		return(false);
	}
	if (contact.country.value=='') {
		alert("Please insert your details in the field 'Country'.");
		contact.country.focus();
		return(false);
	}
	if (contact.keimeno.value=='') {
		alert("Please insert your details in the field 'Message'.");
		contact.keimeno.focus();
		return(false);
	}
	return(true);
}

function ViewImage(ifile,ix,iy,ititle) {
	var win; 
	win = window.open('','_blank',"'width="+ix+",height="+iy+",menubar=no,toolbar=no,resizable=yes,scrollbars=yes'");
	win.document.open();
	win.document.write("<html><head><title>"+ititle+"</title><script language=\"javascript\">window.resizeTo("+ix+","+iy+");</script></head><body bgcolor=White Background="+ifile+"></body></html>");
	win.document.close();
}

