function popUp(strAction,strStoryID,strStoryTitle,strPubDate,strAID,strForum){

	//Enter 

	if (strAction == "Chat") {
		
		var popurl="http://65.36.138.212/publicus/chat/index.asp?StoryID="+ strStoryID + "&StoryTitle="+ strStoryTitle + "&PubDate="+ strPubDate + "&AID=" + strAID + "&ForumType=" + strAction ;
	
		winpops=window.open(popurl,"","width=600,height=600,scrollbars=yes,resizable=yes,");
	
	}
	
	
	if (strAction == "Forum") {
		
		var popurl="http://65.36.138.212/publicus/chat/index.asp?StoryID="+ strStoryID + "&StoryTitle="+ strStoryTitle + "&PubDate="+ strPubDate + "&AID=" + strAID + "&ForumType=" + strAction ;
	
		winpops=window.open(popurl,"","width=600,height=600,scrollbars=yes,resizable=yes,");
	
	}

	
	
	if (strAction == "CS") {
		
		var popurl="http://65.36.138.212/publicus/chat/index.asp?StoryID="+ strStoryID + "&StoryTitle="+ strStoryTitle + "&PubDate="+ strPubDate + "&AID=" + strAID + "&ForumType=" + strAction ;
	
		winpops=window.open(popurl,"","width=600,height=600,scrollbars=yes,resizable=yes,");
	
	}
	
	
	
	if (strAction == "Bug") {
	
		var popurl= "http://65.36.138.212/publicus/chat/help/errorForm.asp"
		winpops=window.open(popurl,"","width=600,height=400,scrollbars=yes,resizable=yes,");
	
	}
	
	
	
	if (strAction == "Logout") {
	
		var popurl= "http://65.36.138.212/publicus/chat/loggedOut.asp"
		winpops=window.open(popurl,"","width=300,height=250,scrollbars=no,resizable=no,");
	
	}
	
}

