﻿function ShowUser(frm,userID){
	var applicationWindow;
	if(applicationWindow!=null) applicationWindow.close();
	var url = "BBSUserInfoExhibit.html?BBSUserInfoExhibit_UserID="+userID;
	applicationWindow = window.open(url,'','width=600,height=180,top=90,left=0');
	return;

}

