function contact(rurl) {
	if (window.opener) {
		window.opener.location = rurl;
		window.close();
	}
	return true;
}

