function popup_window() 
{
    window.open('/icl', 'Creditum', 'width=' + (screen.width-10) + ', height=' + (screen.height-70) + ', menubar=no, scrollbars=yes, toolbar=no, location=no, resizable=yes, top=o, left=0');
}
