﻿function drukAf(titel)
{   var code = "";
    code += "<html><head><title>Premieberekening " + titel + " Inter Assure</title>";
    code += "<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/stylesheet.css\"></head>";
    code += "<body><p class=\"paginaTitel\">Offerte " + titel + " Inter Assure</p>";
    code += "<br /><img src=\"/images/logo_home.gif\" alt=\"Inter Assure\" border=\"0\"><br /><br /><br />";
    code += document.getElementById('divBerekening').innerHTML;
    code += "<script>window.print()<\/script>";
    var win = window.open('','printscherm','toolbar=0,scrollbar=0,width=400,height=500,menubar=0,statusbar=0');
    var scherm = win.document;
    scherm.write(code);
    scherm.close();
}

function showInfoPopup(id)
{   newwindow=window.open('info_popup.aspx?id='+ id, null,'height=280,width=330,status=yes, toolbar=no, menubar=no, location=no, scrollbars=yes');
	if (window.focus) { newwindow.focus() }
	return false;
}

function showEServicedeskPopup()
{   newwindow=window.open('http://www.inter-assure.com/content/eservicedesk.aspx', null,'height=500,width=700,status=yes, toolbar=no, menubar=no, location=no, scrollbars=yes');
	if (window.focus) { newwindow.focus() }
	return false;
}