//-PopupMenu_____________________________________________________________________________________________

function wow(obj) 
{
obj.style.display='block';
}

function owo(obj) 
{
obj.style.display='none';
}

function zoz(obj) 
{
obj.style.backgroundColor='#D5EDFE';
}
function ozo(obj) 
{
obj.style.backgroundColor='';
}

//w:+20 h:+30
/*
function popup() {
mypop=window.open("/ny.html","", "width=362, height=300, toolbar=0, location=0, status=0, menubar=0, scrollbars=0, resizable=0,left="+(screen.width-366)/2+",top="+(screen.height-300)*0.4+"") 
}
*/