<!--
function RuneCardOpen(url) {
	var NowWindow;
	url = "/top/soft/rune/card/catalog/" + url;
	NowWindow = window.open(url, "catalog", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=508,height=380,screenX=20, screenY=20,alwaysLowered=yes");
	NowWindow.focus();
}

//-->
