var popupwin;

function fpu(img,wd,ht,alt) {
	wd += 50 ;
	ht += 50 ;
	popupwin=window.open('fpu.asp?_i='+img+'&_alt='+alt,'FPU','width='+wd+'px,height='+ht+'px',true).focus();
	return false;
}
