
function ow(url,width,height)
{
   msg=window.open(url, "okienko", 'width=' + width + ',height=' + height + ' , resizable=1, scrollbars=yes, menubar=no, toolbars=no');
   msg.window.focus();
}

function zmienColor(co,jaki)

{

co.style.backgroundColor=jaki;

}



function przeskocz(gdzies)

{

parent.location.replace(gdzies);

}



function potwierdz(tresc,cel)

{

if (confirm(tresc))

 {

 parent.location.replace(cel);

 }

}

