
function imgpop(url) {
	newwindow=window.open(url,'name','scrollbars=1,height=500,width=600,left=50%,top=50%');
	if (window.focus) {newwindow.focus()}
	return false;
}


