function popUpWindowNews(URLStr) {
		popUpWin = window.open(URLStr, "popUpWin", "width=435, height=440, scrollbars=no")
	}
	
function popUpWindowShop(URLStr) {
		popUpWin = window.open(URLStr, "popUpWin", "width=435, height=520, scrollbars=no")
	}

function updateParent(newURL) {
		opener.document.location = newURL
	}



