function getToreg(id){
it="http://www.atlantistravel.co.uk/search.php?re="+id;
location.href=(it);
}
function getToco(id){
it="http://www.atlantistravel.co.uk/search.php?co="+id;
location.href=(it);
}
function getToci(id, re, co){
it="http://www.atlantistravel.co.uk/search.php?re="+re+"&co="+co+"&ci="+id;
location.href=(it);
}

function chgPic(id,picid){
it="http://www.atlantistravel.co.uk/det.php?pid="+id+"&imgid="+picid;
location.href=(it);
}

function goToReg(){
document.f.co.value=0;
document.f.submit();

}

function addFold(it){
ust="http://www.atlantistravel.co.uk/addfold.php?id="+it;
location.href=(ust);
}