function popup(url,name,win_height,win_width,hasScroll) {
    pos_horizon = ((screen.width/2)-(win_width/2));
    pos_vertical = ((screen.height/2)-(win_height/2));
window.open(url,name,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon+",scrollbars="+ hasScroll);   
}

function ns(e, c)
{
    i = e.replace("-", "@");
    i = i.replace("*", ".");
 
    document.write("<a href=\"mailto:" + i + "?subject=JayKay.dk\" class=\""+c+"\">" + i + "</a>");
}

function __doPostBack(a){
if ( a == "$cltContent.tilmeld") {
   /** tilmeld **/
   document.getElementById('PHPVIEWSTATE').value = "tilmeld";
   document.getElementById('phpForm').submit();
} else {
   /** frameld **/
   document.getElementById('PHPVIEWSTATE').value = "frameld";
   document.getElementById('phpForm').submit();
}
}