<!-- Web site Design & Implementation by Thanos Sampanis www.borjo.com, www.calyspo.gr, www.kalokairi.gr, www.kalokairi.com -->

<!--
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function showWeatherWindow(code,place) {
 var weatherwindow=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=290,height=160");
 weatherwindow.document.open();
 weatherwindow.document.write("<html><head><title>Calypso | Weather in "+place+"</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>");
 weatherwindow.document.write("<body bgcolor=white text=Navy>");
 weatherwindow.document.write("<!-- Begin weather.com magnet include --><img align=center border=0 width=270 height=140 src=http://oap.weather.com/fcgi-bin/oap/generate_magnet2?loc_id="+code+"&code=411037><!-- End weather.com magnet include -->");
 weatherwindow.document.write("</body></html>");
 weatherwindow.document.close();
}

function showCloseWeatherWindow(code,place) {
 var weatherwindow=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=290,height=180");
 weatherwindow.document.open();
 weatherwindow.document.write("<html><head><title>Calypso | Weather at "+place+"</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>");
 weatherwindow.document.write("<body bgcolor=white text=Navy>");
 weatherwindow.document.write("<font size=-2 color=Navy face='Arial, Helvetica, sans-serif'>The closest weather forecast for "+place+" is:");
 weatherwindow.document.write("<!-- Begin weather.com magnet include --><img align=center border=0 width=270 height=140 src=http://oap.weather.com/fcgi-bin/oap/generate_magnet2?loc_id="+code+"&code=411037><!-- End weather.com magnet include -->");
 weatherwindow.document.write("</body></html>");
 weatherwindow.document.close();
}

function showPhotoWindow(photoname,w,h,photographer,desc) {
 var photowindow=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width="+w+",height="+h);
 photowindow.document.open();
 photowindow.document.write("<html><head><title>Calypso | Photograph by "+photographer+"</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>");
 photowindow.document.write("<body bgcolor=black text=white>");
 photowindow.document.write("<img name='mainimage' src='images/ofplaces/"+photoname+".jpg' border=0 alt='"+desc+"'><br>");
 photowindow.document.write("<table border=0 cellspacing=0 cellpadding=0 width='100%'><tr>");
 photowindow.document.write("<td align=left valign=top><font size=-2 color=Aqua face='Arial, Helvetica, sans-serif'>Photograph by:"+photographer+" | <a href='javascript:;' onClick='window.print();return false'><img src=images/print.gif align=top border=0 alt='Print'></a> | <a href=disclaimer.htm>disclaimer</a></font></td>");
 photowindow.document.write("<td align=right valign=top><font size=-2 face='Arial, Helvetica, sans-serif'>"+desc+"</font></td>");
  photowindow.document.write("</tr></table></body></html>");
 photowindow.document.close();
}
