// NOTE:  New Browser detection code, more effecient and allows Netscape 4.0
//        And the new IE 4.0 which now supports image arrays.
//
//  This code is now being used throughout the net, but this is the source
//  you should refer to for updates.  We're modifying it as the net changes.
//
//  Copyright 1996-97 Project Cool, Inc.  Used by the net, with permission but
//  we would appreciate it if you would give us credit in the source or a link
//  from your site. This statement must be included in the webpage.
//  http://www.projectcool.com
//


function displayWindow(url, name)
{
var Win = window.open(url, name, "height=400,width=600,left=20,top=20,scrollbars=no,resizable=no");
}

function drukuj(url, name){
var Win = window.open(url, name, "width=660,height=640,status=no,resizable=no,top=20,left=20,scrollbars=yes,menubar=no,dependent=yes,alwaysRaised=yes");
}





 
