//Popup Function for StormNet Page

function StormNet_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/StormNet_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}

//Popup Function for StormNet Page

function RiverCAD_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/RiverCad_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}
function Dmbrk_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/Dmbrk_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}
function WaterNet_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/WaterNet_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}
function Breach_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/Breach_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}
function HMR_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/HMR_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}
function HECRAS_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/HECRAS_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}

function Hec2_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/Hec2_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}

function Hechms_Popup(jFileName, jWidth, jHeight) { //v2.0
		jFileNameFinal = "popup/Hechms_Popup"+jFileName+".html"
		jFeatures = "width="+jWidth+" , height="+jHeight
		  window.open(jFileNameFinal,'PopupWindow', jFeatures);
}