function turnon(x){x.style.backgroundColor='#ffe5aa'; x.style.border='1 solid #5588aa'; x.style.cursor='hand';}
function turnoff(x){x.style.backgroundColor=''; x.style.border='1 solid #fff0d0'; x.style.borderBottom='1 solid #e0e0c0'; x.style.cursor='default';}
function turnon2(x){x.style.backgroundColor='#ddeeff'; x.style.border='1 solid #5588aa'; x.style.cursor='hand';} function turnoff2(x){x.style.backgroundColor=''; x.style.border='1 solid #bbddff'; x.style.borderBottom='1 solid #a9d0f0'; x.style.cursor='default';}
function turnon3(x){x.style.backgroundColor='#ffdd99'; x.style.cursor='hand';}
function turnoff3(x){x.style.backgroundColor=''; x.style.cursor='default';}
function klik(x){x.children.tags("a")[0].click();}
function yp(loc,w,h){if (!window.pop){ac(loc,w,h);}else{if (!pop.closed){pop.close();ac(loc,w,h)}else{ac(loc,w,h)}}}
function ac(loc,w,h){pop=window.open(loc,'lityum','scrollbars=yes,status=no,directories=no,menubar=no,resizable=yes,toolbar=no,width='+w+',height='+h+',screenX=50,screenY=50,top=50,left=50');}
function read(id){yp('go?page=nonav&property='+id ,530,440);}