var mondelai, Theimage;
var SiteURL='http://www.venustemple.com';

//=================================
function ShowPicture(k){
clearTimeout(mondelai);
if(k!=null && k!=''){
document.getElementById("fullphoto").innerHTML='<img src="http://www.diokou.com/pics/'+FolderPath+'/'+PictureList[k]+'" id="fullpic" name="fullpic" />';
}
document.getElementById("fullphoto").style.display="block";
return true;
}

//=================================
function HidePhoto(){
var tmp;
clearTimeout(mondelai);
document.getElementById("fullphoto").style.display="none";
return true;
}


//=======================================
function HidePicture(){
mondelai=setTimeout(HidePhoto,1000);	
}



function HoldPicture(){
clearTimeout(mondelai);
}
//=====================================
function ValidateContact(){
var Msge, tmp;
tmp=document.contactform.yourname;
Msge='Please provide your name';
if(!CheckField(tmp, Msge)){return false;}
tmp=document.contactform.youremail;
Msge='Please provide your email address';
if(!CheckEmail(tmp, Msge)){return false;}
tmp=document.contactform.yourmessage;
Msge='Please enter your message/comments';
if(!CheckField(tmp, Msge)){return false;}

document.contactform.submit();
return true;	
	
}


/*============================================================================================= */
/*============================================================================================= */

/*============================================================================================= */
/*============================================================================================= */