
function topnav1()
{
	document.write("<A href='http://journeymaldives.com/destination.php'>Your Destination</A><br>");
	document.write("<A href='http://journeymaldives.com/thingstodo.php'>Things to Do</A><br>");
	document.write("<A href='http://journeymaldives.com/resorts/special_offers.php'>Special Offers</A><br>");
	document.write("<A href='http://journeymaldives.com/resorts/top_ten.php'>Top Ten Resorts</A><br>");
	

}

function topnav2()
{
	
	document.write("<A href='main.php'>Resorts in the Maldives</A><br>");
	document.write("<A href='../quote.php'>Your Personal Quote</A><br>");
	document.write("<A href='../localinfo.php'>Local Information</A><br>");
    document.write("<A href='../brochure.php'>Download Brochure</A>");

}

function topnav3()
{
  	document.write("<A href='../aboutus.php'>About Us</A><br>");
	document.write("<A href='../news.php'>News</A><br>");
	document.write("<A href='../contactus.php'>Contact Us</A><br>");
	document.write("<A href='../index.php'>Home</A><br>");
	

}


function top_contacts()
{
  	document.write("For Hotel Bookings please contact:<br>");
	document.write("<A href='mailto:reservations@journeymaldives.com'>reservations@journeymaldives.com</A>");
	

}

function previousbutton()
{
  
	document.write("<A href='main.php'>Resorts mainpage</A>");

}

function leftnav_resorts()
{
  		document.write("<DIV id=leftbar><ul>");
		document.write("<li><A href='luxury.php?cat=luxury''>Luxury</A></li>");
		document.write("<li><A href='diving.php?cat=diving'>Diving</A></li>");
		document.write("<li><A href='wedding.php?cat=wedding'>Wedding</A></li>");
		document.write("<li><A href='spa.php?cat=spa'>Spa</A></li>");
		document.write("<li><A href='family.php?cat=family'>Family</A></li>");
		document.write("<li><A href='incentives.php?cat=incentives'>Incentives</A></li>");
		document.write("<li><A href='surfing.php?cat=surfing'>Surfing</A></li>");
		document.write("<li><A href='privateluxury.php?cat=privateluxury'>Private Luxury</A></li>");
		document.write("</ul></DIV>");
	
}


function botnav()
{
  
	document.write("<DIV id=bottomnav>");
	document.write("<A href='../index.php'>Home</A> | ");
	document.write("<A href='../destination.php'>Your Destination</A> | ");
	document.write("<A href='../thingstodo.php'>Things to do</A> | ");
	document.write("<A href='main.php'>Resorts</A> | ");
	document.write("<A href='../localinfo.php'>Local Information</A> | ");
	document.write("<A href='../aboutus.php'>About Us</A> | ");
	document.write("<A href='../contactus.php'>Contact Us</A> ");
	document.write("</DIV>");
	document.write("<div id=footergif><IMG src='../images/footer.gif'></div>");
	document.write ("<div id=footer>© Copyright 2010 Journey Maldives</div>");



}


