function over(obj) {obj.style.backgroundColor="#781F1F"; obj.style.color="white";}
function out(obj) {obj.style.backgroundColor="#405A85"; obj.style.color="#d0e0f0";}

function over2(obj) {obj.style.backgroundColor="#781F1F"; obj.style.color="white";}
function out2(obj) {obj.style.backgroundColor="#526D9A"; obj.style.color="#d0e0f0";}

function iover(obj) {obj.style.borderColor="#a00000";}
function iout(obj) {obj.style.borderColor="#607080";}

function show(id, news_id) {
    eval("var pic=window.open(\"show.php?id="+id+"&news_id="+news_id+"\", \"photo\", \"width=500,height=400,menubar=no,scrollbar=auto\")");
    pic.focus();
}
