
function newWindow(strURL) {
	var oWin = window.open(strURL, 'SubaruPopUp','height=600,width=493,scrollbars');
	oWin.focus();
}