﻿/*
	[UCenter Home] (C) 2007-2008 Comsenz Inc.
	$Id: script_myfun.js 9946 2008-11-20 08:49:36Z cots $
*/

function clickmenu1(obj)
{
	alert("注册或登录后，她就属于你了");
	obj.href=document.getElementById("reg").href;
	document.getElementById("reg").focus();

}

