/* 	======================================================
*	Author		: Cornelius Dito
*	WebDesign	: Mr. Emmanuel
*	Domain		: www.ticketothemoon.com
*	Powered by	: Dewata Production Indoneisa
*	=====================================================*/	


function validasi(){
if (document.forms[0].txtname.value==""){
	alert("warning!\nPlease insert the Name/Company First !");
	document.forms[0].txtname.focus();
	return false;
}

if (document.forms[0].txtsubject.value=="http://"){
	alert("warning!\nPlease insert the Subject First !");
	document.forms[0].txtsubject.focus();
	return false;
}
	
if (document.forms[0].txtmail.value==""){
	alert("warning!\nPlease insert the Mail First !");
	document.forms[0].txtmail.focus();
	return false;
}

if (document.forms[0].email.value==""){
	alert("warning!\nPlease insert the email !");
	document.forms[0].email.focus();
	return false;
}

if (document.forms[0].textarea.value==""){
	alert("warning!\nPlease insert the email !");
	document.forms[0].textarea.focus();
	return false;
}

if (document.forms[0].secure_text.value==""){
	alert("warning!\nPlease enter the alphabets as shown in the image !");
	document.forms[0].secure_text.focus();
	return false;
}
}

function mouseover(c,imgName1)
{
document.getElementById('thediv').style.background = 'url(' + imgName1 + ')';
document.getElementById('theimg').style.background = 'url(' + imgName1 + ')';
}

function mouseover_hammock(imgName1)
{
document.getElementById('thediv').style.background = 'url(' + imgName1 + ')';
}

function mouseout(d,imgName2)
{
document.getElementById('thediv').style.background = 'url(' + imgName2 + ')';
document.getElementById('theimg').style.background = 'url(' + imgName2 + ')';
}


function mouseovers1(imgName1)
{
document.getElementById('theimgs').style.background = 'url(' + imgName1 + ')';

}
function mouseovers2(imgName1)
{
document.getElementById('theimgf').style.background = 'url(' + imgName1 + ')';
}

function mouseouts1(d,imgName2)
{
document.getElementById('theimgs').style.background = 'url(' + imgName2 + ')';
}

function mouseouts2(d,imgName2)
{
document.getElementById('theimgf').style.background = 'url(' + imgName2 + ')';
}
