// **************************************************
// VALIDERING AF FOTO VED ANNONCERETTELSE
// **************************************************

// formular tjek start
function tjek_fil2(){
var tjek = document.fil2;

if (fil2.foto.value == ""){
    alert("Please select a file");
    fil2.foto.focus();
    return (false);
}

// slut for filcheck
document.all["state"].innerHTML="<img src='/cm-images/copyanim.gif' width='257' height='46' alt='' border='0'>";
  document.all["state"].style.display="";
document.all["msg"].style.display="none";
return (true);
}

// **************************************************
// POPUP VINDUE
// **************************************************


function visbilled( billedUrl ) {
window.open( "/pop.asp?"+billedUrl, "picvindue","resizable=1" );
}; //end visbilled( string )

// **************************************************
// POPUP VINDUE
// **************************************************


function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',noresizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// **************************************************
// VALIDERING AF TILMELDING NYHEDSBREV
// **************************************************




