function imgPop(imagesrc,w,h){
         var win = null;
         titel="saddy701126"
         x = (screen.width) ? (screen.width-w)/2 : 0;
         y = (screen.height) ? (screen.height-h)/2 : 0;
         var chk='width='+w+',height='+h+',top='+y+',left='+x+','
         pop=window.open("","",chk)
         pop.document.open()
         pop.document.write('<html><head><title>'+titel+'</title></head><body scroll="no"><a href="javascript:window.close()"><img src="'+imagesrc+'" border="0" alt="click to close" style="position: absolute; left: 0; top: 0"></a></body></html>')
         pop.document.close()
}

function fanPop(page,name,w,h,s){
var win = null;
x = (screen.width) ? (screen.width-w)/2 : 0;
y = (screen.height) ? (screen.height-h)/2 : 0;
var chk='height='+h+',width='+w+',top='+y+',left='+x+',scrollbars='+s+''
fan=window.open(page,name,chk)
}