
function opennew(lok,w,h)
{
    //nowe = open( lok,"nowe","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,dependent=1,hotkeys=0,scrollbars=0,titlebar=0,z-lock=1,width="+w+",height="+h+"");

	nowe = open( lok,"nowe","location=no,menubar=no,resizable=1,scrollbars=no,toolbar=0,top=10,left=100,width="+w+",height="+h+"");
};

