function writeTo(u, d) {
	var l="\x6D\x61\x69";
	l+="\x6C\x74\x6F\x3A"+u;
	window.location=l+"\x40"+d;
}

function openWin(url, title, width, height, status, resizeable, scrollbars) {
	var win = window.open(url, title, "width=" + width + ",height=" + height + ",left=" + Math.round((screen.width - width) / 2) + ",top=" + Math.round((screen.height - height) / 2 - 40) + ",toolbar=0,menubar=0,location=0,status=" + (status ? 1 : 0) + ",resizable=" + (resizeable ? 1 : 0) + ",scrollbars=" + (scrollbars ? 1 : 0));
	win.focus();
	return win;
}

