function doLoad(numimg) {
if (screen.availWidth){
	a=(screen.availWidth -420)/2;
	b=(screen.availHeight -480)/2-50;
}else{
	a=0;
	b=0;
}
window.open(numimg,'','menubar=no,scrollbars=no,resizable=no,width=420,height=480,top='+b+',left='+a);
}

