

function printme() {
browser = (((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) < 4 )) || 
((navigator.appName == "Microsoft Internet Explorer") && 
(parseInt(navigator.appVersion) < 4 )))
if (browser) {
alert('You are obviously using Netscape 3 or MSIE 3. Printing is only suported by version 4+ browsers..')}
else {
             window.print()
            }}

function SendEmailTo() { 
theUrl = window.document.location;
window.document.location="mailto:?subject=Vritomartis%20Hotel&body=Visit%20this%20interesting%20link:%20"+escape(theUrl)+"%20from%20Vritomartis%20Naturism%20Hotel."
return void(0); 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function switchLang (src, trg) {
  src = src + "/";
  trg = trg + "/";
  var str=new String(document.location);
	var i=str.lastIndexOf(src);
  if (i != -1) 
    document.location = str.substring(0,i) + trg + str.substr(i+src.length);
}
