function showimage(tab,n,wdt,hgt){ 
  window.open("showimg.php?table="+tab+"&id="+n,"img","width="+wdt+",height="+hgt);
}

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}


