onload=function(){

}

function popUp(file,strWidth,strHeight) {
	popup = window.open(file,'popup','resizable=1,scrollbars,width='+strWidth+',height='+strHeight+'');
	popup.window.focus();
}

function printIt() {
	window.print();
}

function AfsendPopUp(SagId, ListeAfsend)
{
  popUp('/AfsendAnmeldelse.aspx?SagId=' + SagId + '&Liste=' + ListeAfsend, 710, 275);
}
