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

