function popUp(strAction, str4 ,str5 ,str6){
	
	if (strAction == "Chat") {
	var popurl="miva?Web/Chat/post.mv+"+str4+"+"+str5+"+"+str6;
	
	winpops=window.open(popurl,"","width=500,height=600,scrollbars=yes,resizable=yes,");
	
	}
	
	
	if (strAction == "EmailStory") {
	var popurl="miva?Web/EmailStory.mv+&Section="+str4+"+&Day="+str5+"+&FileID="+str6;
	
	
	winpops=window.open(popurl,"","width=405,height=500,scrollbars=yes,resizable=no,");
	
	}
	
	
	if (strAction == "ROIForm") {
	var popurl="miva?Web/Forms/Promos/FormROI.mv";
	
	
	winpops=window.open(popurl,"","width=550,height=700,scrollbars=yes,resizable=no,");
	
	}

	
	
}
