<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="villa.htm">Villas</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="gallery.htm">Photos</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');



document.write('<br><br>');


//document.write('<a href="index.html">Gumusluk</a><br>');


var copyr	  = "yes"	// SHOW COPYRIGHT



   if (copyr == "yes") {
document.write('Site Design + Hosting by <a href="http://www.pace-computing.co.uk" target="_blank">Pace Computing.</a> All contents & copy 2008<br>');}   if (copyr == "yes") {
document.write('Website translation into European languages and editing by <a href="http://www.uplingua.com/" target="_blank">UpLingua Business Translations</a><br>');
}


//  End -->