var importantWin;

function showImportant()
{
  importantWin=dhtmlmodal.open("importantbox", "iframe", "important.php", "Viktigt!", "width=582px,height=382px,center=1,resize=0,scrolling=0", "recal")
  
  importantWin.onclose=function(){
	//var qty=this.contentDoc.getElementById("qty").value;
	return true; //Allow closing of window in both cases
  }
}