function Show_Popup(action, userid) {
	$('#window').fadeIn('fast');
}
function Close_Popup() {
	$('#window').fadeOut('fast');
}

