// Default statusbar text
window.defaultStatus = "Powered by Contrexx® CMS";

// Powered mouseover
function powered(sta,tab){
    if(sta == 1)  tab.style.backgroundColor = "white";
    else          tab.style.backgroundColor = "#E5E5E5";
}

// recommend sendmail
function sendmail(){
    send = "mailto:?subject=" + document.title;
    send += "&body=Schau dir die Webseite vom Wysspartner.ch an!";
    send += ". Hier ist die Adresse: " + location.href; 
    location.href = send;
}

function openWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
