function newWindow(url){
	newWin=window.open(url, "Westminster2", "width=790,height=550,screenX=100,screenY=100,scrollbars,toolbar,status,resizable,location,menubar");
	newWin.focus();
}

function newWindowItem(url){
	newWin=window.open(url, "Westminster3", "width=925,height=550,screenX=100,screenY=100,scrollbars,toolbar,status,resizable,location,menubar");
	newWin.focus();
}

