/*Potrebno je ubaciti liniju s novim linkom i u apartments1() i apartments2(), zbog  izbornika u stranici ../apartments/index.htm. Razlika je u putanji linka.
/*------------------------------ Isto se odnosi i na zaglavlja koji slijede nakon izbornika --------------------------------------*/
function apartments1()
{
var doc='';
var f1='<BR>';
doc+='<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="100%">';
doc+='<TR><TD ALIGN="left" CLASS="link1">'; 
doc+='<hr><A  class="nas1">Bay of Gradina</A>'+f1; 
doc+='<A HREF="mako/index.htm" class="link1"><b>Mako</b></A>'+f1; 
doc+='<A HREF="sego/index.htm" class="link1"><b>Sego</b></A>'+f1; 
doc+='<A HREF="surjan/index.htm" class="link1"><b>Surjan</b></A>'+f1; 
doc+='<A HREF="tabain/index.htm" class="link1"><b>Tabain</b></A>'+f1; 
doc+='<hr><A  class="nas1">Bay of Zukova</A>'+f1; 
doc+='<A HREF="zuvela/index.htm" class="link1"><b>Žuvela</b></A>'+f1;
doc+='<hr><A  class="nas1">Gabrica bay</A>'+f1; 
doc+='<A HREF="gabrica/index.htm" class="link1"><b>Gabrica</b></A>'+f1;
doc+='<hr><A  class="nas1">Poplat bay</A>'+f1; 
doc+='<A HREF="milka/index.htm" class="link1"><b>Milka</b></A>'+f1;
doc+='<hr><A  class="nas1">Bay of Tankaraca</A>'+f1; 
doc+='<A HREF="separovic/index.htm" class="link1"><b>Separovic</b></A>'+f1;
doc+='<A HREF="vidulic/index.htm" class="link1"><b>Vidulic</b></A>'+f1;
doc+='<hr><A  class="nas1">Bay of Stratincica</A>'+f1; 
doc+='<A HREF="papalin/index.htm" class="link1"><b>Papalin</b></A>'+f1;
doc+='<hr><A  class="nas1">Badnjena</A>'+f1; 
doc+='<A HREF="milena/index.htm" class="link1"><b>Milena</b></A>'+f1;
doc+='<A HREF="vilic/index.htm" class="link1"><b>Vilic</b></A>'+f1;
doc+='<hr><A  class="nas1">Vela Luka</A>'+f1; 
doc+='<A HREF="bacic/index.htm" class="link1"><b>Bacic</b></A>'+f1;
doc+='<A HREF="boris/index.htm" class="link1"><b>Boris</b></A>'+f1;
doc+='<A HREF="d_dragojevic/index.htm" class="link1"><b>D. Dragojevic</b></A>'+f1;
doc+='<A HREF="ema/index.htm" class="link1"><b>Ema</b></A>'+f1;
doc+='<A HREF="frane/index.htm" class="link1"><b>Frane</b></A>'+f1;
doc+='<A HREF="jukica/index.htm" class="link1" ><b>Jukica</b></A><img src="util/4star.gif" width="72" height="18">'+f1;
doc+='<A HREF="maja/index.htm" class="link1"><b>Maja</b></A>'+f1;
doc+='<A HREF="lipi/index.htm" class="link1"><b>Lipi</b></A>'+f1;
doc+='<A HREF="lucia/index.htm" class="link1"><b>Lucia</b></A>'+f1;
doc+='<hr><A  class="nas1">Brna</A>'+f1; 
doc+='<A HREF="daria/index.htm" class="link1"><b>Daria</b></A>'+f1;
doc+='<A HREF="salecic/index.htm" class="link1"><b>Salecic</b></A>'+f1;
doc+='<A HREF="tomasic/index.htm" class="link1"><b>Tomasic</b></A>'+f1;
doc+='<hr><A  class="nas1">Mikulina Luka</A>'+f1; 
doc+='<A HREF="nada/index.htm" class="link1"><b>Nada i Nišo</b></A>'+f1;
doc+='<hr><A  class="nas1">Nova</A>'+f1; 
doc+='<A HREF="ana/index.htm" class="link1"><b>Ana</b></A>'+f1;
doc+='<A HREF="marinovic/index.htm" class="link1"><b>B. Marinovic</b></A>'+f1;
doc+='<A HREF="silva/index.htm" class="link1"><b>Silva</b></A>'+f1;
doc+='<hr><A  class="nas1">Pelegrin</A>'+f1; 
doc+='<A HREF="goran/index.htm" class="link1"><b>Goran</b></A>'+f1;
doc+='<hr><A  class="nas1">Picena</A>'+f1; 
doc+='<A HREF="marinka/index.htm" class="link1"><b>Marinka</b></A>'+f1;
doc+='<hr><A  class="nas1">Siroka</A>'+f1; 
doc+='<A HREF="marija/index.htm" class="link1"><b>Marija</b></A>'+f1;
doc+='<hr><A  class="nas1">Stiniva</A>'+f1; 
doc+='<A HREF="doria/index.htm" class="link1"><b>Doria</b></A>'+f1;
doc+='<hr><A  class="nas1">Zanavje</A>'+f1; 
doc+='<A HREF="gugic/index.htm" class="link1"><b>Gugic</b></A>'+f1;

doc+='<hr></TD></TR></TABLE>';
document.write(doc); } 

/*---------------------------------------------------*/ 
function apartments2()
{
var doc='';
var f1='<BR>';
doc+='<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="100%">';
doc+='<TR><TD ALIGN="left" CLASS="link1">'; 
doc+='<hr><A  class="nas1">Bay of Gradina</A>'+f1; 
doc+='<A HREF="../mako/index.htm" class="link1"><b>Mako</b></A>'+f1; 
doc+='<A HREF="../sego/index.htm" class="link1"><b>Sego</b></A>'+f1; 
doc+='<A HREF="../surjan/index.htm" class="link1"><b>Surjan</b></A>'+f1; 
doc+='<A HREF="../tabain/index.htm" class="link1"><b>Tabain</b></A>'+f1; 
doc+='<hr><A  class="nas1">Bay of Zukova</A>'+f1; 
doc+='<A HREF="../zuvela/index.htm" class="link1"><b>Žuvela</b></A>'+f1;
doc+='<hr><A  class="nas1">Gabrica bay</A>'+f1; 
doc+='<A HREF="../gabrica/index.htm" class="link1"><b>Gabrica</b></A>'+f1;
doc+='<hr><A  class="nas1">Poplat bay</A>'+f1; 
doc+='<A HREF="../milka/index.htm" class="link1"><b>Milka</b></A>'+f1;
doc+='<hr><A  class="nas1">Bay of Tankaraca</A>'+f1; 
doc+='<A HREF="../separovic/index.htm" class="link1"><b>Separovic</b></A>'+f1;
doc+='<A HREF="../vidulic/index.htm" class="link1"><b>Vidulic</b></A>'+f1;
doc+='<hr><A  class="nas1">Bay of Stratincica</A>'+f1; 
doc+='<A HREF="../papalin/index.htm" class="link1"><b>Papalin</b></A>'+f1;
doc+='<hr><A  class="nas1">Badnjena</A>'+f1; 
doc+='<A HREF="../milena/index.htm" class="link1"><b>Milena</b></A>'+f1;
doc+='<A HREF="../vilic/index.htm" class="link1"><b>Vilic</b></A>'+f1;
doc+='<hr><A  class="nas1">Vela Luka</A>'+f1; 
doc+='<A HREF="../bacic/index.htm" class="link1"><b>Bacic</b></A>'+f1; 
doc+='<A HREF="../boris/index.htm" class="link1"><b>Boris</b></A>'+f1; 
doc+='<A HREF="../d_dragojevic/index.htm" class="link1"><b>D.  Dragojevic</b></A>'+f1; 
doc+='<A HREF="../ema/index.htm" class="link1"><b>Ema</b></A>'+f1; 
doc+='<A HREF="../frane/index.htm" class="link1"><b>Frane</b></A>'+f1; 
doc+='<A HREF="../jukica/index.htm" class="link1"><b>Jukica</b></A><img src="../util/4star.gif" width="72" height="18">'+f1; 
doc+='<A HREF="../maja/index.htm" class="link1"><b>Maja</b></A>'+f1; 
doc+='<A HREF="../lipi/index.htm" class="link1"><b>Lipi</b></A>'+f1; 
doc+='<A HREF="../lucia/index.htm" class="link1"><b>Lucia</b></A>'+f1; 
doc+='<hr><A  class="nas1">Brna</A>'+f1; 
doc+='<A HREF="../daria/index.htm" class="link1"><b>Daria</b></A>'+f1;
doc+='<A HREF="../salecic/index.htm" class="link1"><b>Salecic</b></A>'+f1;
doc+='<A HREF="../tomasic/index.htm" class="link1"><b>Tomasic</b></A>'+f1;
doc+='<hr><A  class="nas1">Mikulina Luka</A>'+f1; 
doc+='<A HREF="../nada/index.htm" class="link1"><b>Nada i Nišo</b></A>'+f1;
doc+='<hr><A  class="nas1">Nova</A>'+f1; 
doc+='<A HREF="../ana/index.htm" class="link1"><b>Ana</b></A>'+f1;
doc+='<A HREF="../marinovic/index.htm" class="link1"><b>B. Marinovic</b></A>'+f1;
doc+='<A HREF="../silva/index.htm" class="link1"><b>Silva</b></A>'+f1;
doc+='<hr><A  class="nas1">Pelegrin</A>'+f1; 
doc+='<A HREF="../goran/index.htm" class="link1"><b>Goran</b></A>'+f1;
doc+='<hr><A  class="nas1">Picena</A>'+f1; 
doc+='<A HREF="../marinka/index.htm" class="link1"><b>Marinka</b></A>'+f1;
doc+='<hr><A  class="nas1">Siroka</A>'+f1; 
doc+='<A HREF="../marija/index.htm" class="link1"><b>Marija</b></A>'+f1;
doc+='<hr><A  class="nas1">Stiniva</A>'+f1; 
doc+='<A HREF="../doria/index.htm" class="link1"><b>Doria</b></A>'+f1;
doc+='<hr><A  class="nas1">Zanavje</A>'+f1; 
doc+='<A HREF="../gugic/index.htm" class="link1"><b>Gugic</b></A>'+f1;

doc+='<hr></TD></TR></TABLE>';
document.write(doc); } 

/*---------------- prvo zaglavlje -----------------------------------*/ 

function zag1() { var doc=''; doc+='<A HREF="http://www.velaluka.info"><IMG SRC="util/zaglavlje.jpg" ALT="Vela Luka on Korcula Island - Dalmatia - Croatia" BORDER="0">'; 
document.write(doc); } 
/*---------------------------------------------------*/
function logo1() { var doc=''; doc+='<A HREF="http://www.velaluka.info"><IMG SRC="util/logo.jpg" ALT="Vela Luka INFO" BORDER="0">'; 
document.write(doc); } 

/*--------------- drugo zaglavlje ------------------------------------*/
function zag2() { var doc=''; doc+='<A HREF="../index.htm"><IMG SRC="../util/zaglavlje.jpg" ALT="Vela Luka on Korcula Island - Dalmatia - Croatia" BORDER="0">'; 
document.write(doc); } 
/*---------------------------------------------------*/
function logo2() { var doc=''; doc+='<A HREF="../index.htm"><IMG SRC="../util/logo.jpg" ALT="Vela Luka INFO" BORDER="0">'; 
document.write(doc); } 
/*---------------------------------------------------*/



/*---------------------------------------------------*/ 
function malimenu() { var doc=''; doc+='<A HREF="javascript:history.back()"><IMG SRC="util/e.bmp" ALT="Previous page" WIDTH="16" HEIGHT="16" BORDER="0"></A><A HREF="index.htm"><IMG SRC="util/e.bmp" ALT="Socijalni" WIDTH="16" HEIGHT="16" BORDER="0"></A><A HREF="stanovanje"><IMG SRC="util/e.bmp" ALT="Calendar 2003" WIDTH="102" HEIGHT="14" BORDER="0"></A><A HREF="rulinda.htm"><IMG SRC="graphics/ft5.gif" ALT="Rules Index" WIDTH="16" HEIGHT="16" BORDER="0"></A><A HREF="resultsa.htm"><IMG SRC="util/e.bmp" ALT="Contest Results" WIDTH="16" HEIGHT="16" BORDER="0"></A><A HREF="../indexeng.htm"><IMG SRC="graphics/ft7.gif" ALT="SK3BG Web Site" WIDTH="103" HEIGHT="14" BORDER="0"></A>'; 
document.write(doc); } 
/*---------------------------------------------------*/