function eq(id) {window.open('templates/temp_equipinfo.php?id='+id,'imgWin','location=0,menubar=0,status=0,titlebar=0,toolbar=0,scrollbars=yes,resizeable=1');}

function getnewsize() 
{
var w_width = document.getElementById("omg").width+50;
var w_height = document.getElementById("omg").height+350;
window.resizeTo(w_width,w_height);
}