function divload(){
cop.innerHTML='<font face=arial size=2 style="color:#00008b;">Copyright 2006 Independent Travel Shop</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="pics/payments.gif" alt="payments" title="payments">';
}
function divload2(){
cop.innerHTML='<font face=arial size=2 style="color:#00008b;">Copyright 2006 Independent Travel Shop</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="../pics/payments.gif" alt="payments" title="payments">';
}
function cruiseme(){
document.frmsub.action='cruisedb.asp';
document.frmsub.submit();
}
function validatee(){
if (document.all.item('cname').value==''){
window.alert('Please enter your name');
document.all.item('cname').style.background='#ffe4c4';
document.all.item('cname').focus();
return;}
if ((document.all.item('ctel').value=='')&&(document.all.item('cemail').value=='')){
window.alert('Please enter your telephone number or email address');
document.all.item('ctel').style.background='#ffe4c4';
document.all.item('cemail').style.background='#ffe4c4';
document.all.item('cemail').focus();return;}
document.frm1.action='../mailers/contmailer.asp';
document.frm1.submit();
}

