function ShowSendMailWindow()
{
    window.open('/AssistUI/ToFriend.aspx','','height=303,width=565,top=200,left=300,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no');
}
function ShowSendMessageWindow(UserId)
{
	window.open('/MessageUI/AddMessage.aspx?UserId=' + UserId,'','height=262,width=565,top=200,left=300,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no');
}
function ShowMessageWindow(MessageId, BoxType)
{
	window.open('/MessageUI/View.aspx?Id=' + MessageId + "&Box=" + BoxType, '', 'height=262,width=565,top=200,left=300,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no');
}
function ShowUserInfoWindow(UserId)
{
	window.open('/UserUI/View.aspx?UserId=' + UserId,'','height=390,width=241,scrollbars=yes');
}
function ShowHeadImagesWindow(ImageUrl)
{
	window.open('/Common/ShowHeadImage.aspx', 'Head', 'height=536,width=743,left=200');
}
function ShowNotifyWindow(AssistId)
{
	window.open("/UserUI/JuBao.aspx?AssistId=" + AssistId, 'JuBao', 'height=300,width=550');
}
//bbs¾Ù±¨
function ShowNotifyBbsWindow(AssistId,BbsId)
{
	window.open("/UserUI/JubaoBbs.aspx?AssistId=" + AssistId+"&BbsId="+BbsId, 'JuBao', 'height=300,width=550');
}
function ShowAssistRecordWindow(UserId)
{
	window.open('/UserUI/UserPassRoundRecord.aspx?UserId=' + UserId,'UserInfo','scrollbars=yes,width=755,height=500,top=20px,left=100px');
}
function ShowBlessWindow(UserId)
{
	window.open('/UserUI/Bless.aspx?UserId=' + UserId,'BirthdayBless','scrollbars=no,width=773,height=380,top=100px,left=100px');
}
