/* 
* * * * * design, production and code by marc rinderknecht
* * * * * kobebeef.ch
* * * * * © 2007
*/


/* * * * * * START: EMAIL * * * * */
function mailto(name,domain,subject){
    window.location.href = "mailto:"+name+"@"+domain+"?subject="+subject;
}
function mailtoExt(name,domain,subject,bodytext){
    window.location.href = "mailto:"+name+"@"+domain+"?subject="+subject+"&body="+bodytext;
}
/* * * * * * END: EMAIL * * * * */
