

<!--//
function changeOpenerLocation(newURL) {
	thisURL = newURL;
	//pressURL = "http://www.miele.com/pressroom/news9.html";
    opener.document.location = thisURL;
	window.close()
	//opener.focus();
}
//-->

