<!-- 

window.onload = updatenav;



function updatenav(){

var getLink	=	new Array()

var getMark	=	new Array()

var i=1;



	if (document.getElementById){

		while (document.getElementById("link"+i)!=null){

			getLink[i]=document.getElementById("link"+i)

			getMark[i]=document.getElementById("marker"+i)

			i++

		}

	}



	for (var i = 1; i < getLink.length ; i++) 

	{ 

	if (location.href == getLink[i].href) {		

		getLink[i].className = "selected";				

		getMark[i].style.display = "";

		}//end comparison of HREF and Page Location

	}//end for loop

}//end updatenav

//-->

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=1,width=450,height=600');");
}

function custompopUp(URL, width, height, scrollbars, resizable) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1, scrollbars="+scrollbars+",location=0,statusbar=1,menubar=1,resizable="+resizable+",width="+width+",height="+height+"');");
}
// DCT scritp calls
IncludeJavaScript()

function IncludeJavaScript()

{


document.write("<script type='text/javascript' src='https://www.odshealthplans.com/DynamicContentToolServiceAjax/dwr/interface/GetContent.js'></script>"); 

document.write("<script type='text/javascript' src='https://www.odshealthplans.com/DynamicContentToolServiceAjax/dwr/engine.js'></script>"); 

document.write("<script type='text/javascript' src='https://www.odshealthplans.com/DynamicContentToolServiceAjax/dwr/util.js'></script>"); 

}

function init() {

dwr.engine.setErrorHandler(errh);

dwr.engine.setRpcType(dwr.engine.ScriptTag);

GetContent._path = "https://www.odshealthplans.com/DynamicContentToolServiceAjax/dwr";

}


function getContent(app, contentType, state, inputDate)
{
	init()
	GetContent.getContent(app,contentType,state,new Date(),	
	function(str)
	{
		dwr.util.setValue('message', str,{ escapeHtml:false });
	})
	return false;														
}
function errh(msg){
//	dwr.util.setValue('message',msg);
}
