
function imgshow(t,d,h,w){

features="width="+w+",height="+h+",toolbar=no,menubar=no,location=no,directories=no,scrollbars=no,resizable=no";
promoimg=window.open("../.bin/img.php?t="+t+"&d="+d+"&w="+w+"&h="+h,d,features);
promoimg.focus();

}
