function ShowImage(text1, num1, num2){
         num1 = num1 + 70 ;
         num2 = num2 + 80 ;
         child = window.open("../showimage.php?Image=" + text1,"ImageWindow","width=" + num1 + ",height=" + num2 + ",toolbar=0,location=0,status=0,menubar=0,resizable=1,scrollbars=yes");
         }

function CloseWindow(){
         child = window.close("","ImageWindow","");
         }

