// JavaScript Document
function oziel(theURL,winName,features)
{
wnd = window.open(theURL,winName,features);
}