function imp(url)
{
        impwin = window.open(url, 'impwin', scrollbars=0, resizable=0);
        impwin.focus();
}