
function SubscribeToType( strUserID, strSubTypeID )
{
	return showModalDialog( GetAdminServer() + "config/_modules/subscription/dialogs/change_subscription.html", new Array( "0", strSubTypeID, strUserID ), "center:1;status:0;help:0;scroll:0;dialogWidth:434px;dialogHeight:380px" );
}