function dims(url)
{
	newwindow=window.open(url,'name','innerwidth=650,innerheight=560,width=650,height=560,scrollbars=no,left=100,top=100,screenX=100,screenY=100');
	if (window.focus) {newwindow.focus()}
	return false;
}


