function newwindow(id,h,w)
{
window.open("image_display.php?idcode="+id,"jav", "width="+w+", height="+h+", resizable=yes");
}

