function Showpic(img,width,height,name) {
pic = window.open('' + img + '', '' + name + '', 'width=' + width + ',  height=' + height + ', resizable=0');
pic.document.write('<html><title>' + name + '</title><body bgcolor="#FFFFFF" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src="/' + img + '"><img src="imges/Spacer.gif" width="1" height="10"><center><a href="javascript:window.close()" style="color:#1C5D67;"><b>ÇÀÊÐÛÒÜ</b></a></center></body></html>');
}
