<!--

function sendMail() {
var subject="Email Tamarin Ocean Pro Diving";
var emailadress="divingcenter@tamarinoceanpro.com";locationstring = "mailto:" + emailadress + "?subject=" + subject;
window.location = locationstring;
}

function languageredirect() {
var langcodes=new Array("en", "fr", "de", "default") //Enter ISO 639-2 letter Language codes to detect (see: http://www.loc.gov/standards/iso639-2/php/code_list.php)
var langredirects=new Array("index_en.html", "index_fr.html", "index_de.html", "index_en.html")

var languageinfo=navigator.language? navigator.language : navigator.userLanguage
var gotodefault=1

function redirectpage(dest){
if (window.location.replace)
window.location.replace(dest)
else
window.location=dest
}

for (i=0;i<langcodes.length-1;i++){
if (languageinfo.substr(0,2)==langcodes[i]){
redirectpage(langredirects[i])
gotodefault=0
break
}
}

if (gotodefault)
redirectpage(langredirects[langcodes.length-1])

}

function imageopen(loc,name,ext,width2,height2) {
var myWindow;
var width1 = screen.width-10;
var height1 = screen.height-60;
var loc,name,ext,width2,height2;
var cond1,cond2,cond3;
height2=height2+100;
width2=width2+20;
if (height1 <= height2) {cond2=height1,cond3="yes",width2=width2+20;}
else {cond2=height2,cond3="no";}
if (width1 <= width2) {cond1=width1,cond3="yes";}
else {cond1=width2;}
myWindow = window.open("", "VIEW"+name,"width="+cond1+",height="+cond2+",left=0,top=0,toolbar=no,scrollbars="+cond3+",resizable="+cond3+",copyhistory=no,menubar=no");
myWindow.document.writeln("<html><head>");
myWindow.document.writeln("<title>Tamarin Ocean Pro Diving</title><link rel='stylesheet' href='../../styles/styles.css'>");
myWindow.document.writeln("</head><body bgcolor='#003399'>");
myWindow.document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0' height='100%'><tr valign='top' align='center'><td>");
myWindow.document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center'><tr valign='middle' align='center'><td><span class='subtitle'>" + "Tamarin Ocean Pro Diving" + "<br><br></span></td></tr><tr valign='middle' align='center'><td>");
myWindow.document.writeln("<img " + "src='../../images/" + loc + "/" + name + "." + ext + "' align='middle' alt='Image' border='1'></td></tr><tr valign='bottom' align='center' class='text'><td>");
myWindow.document.writeln("<form><br><INPUT TYPE='button' VALUE=' &nbsp&nbsp X &nbsp&nbsp ' " + "onClick='window.close()'></form>");
myWindow.document.writeln("</td></tr></table>");
myWindow.document.writeln("</td></tr></table>");
myWindow.document.writeln("</body></html>");
myWindow.document.close();
}

//-->