function popup(url,width,height) {
window.open("http://marthasgirls.com/"+url,'popup',"scrollbars=yes,status=no,resizable=yes,toolbar=no,directories=no,menubar=no,width="+width+",height="+height);
return false;
}
function aktiv()   { event.srcElement.className='active'; }
function inaktiv() { event.srcElement.className='inactive';}
function setFace(face) { document.martha.SetVariable("m", face); }