function script(url, width, height)
{
width = width + 15;
height = height + 15;
rozmiar="width=" + width + ","+"height=" + height + ","
window.open(url,"script",rozmiar,"toolbar=no,status=0,directories=0")
}
