<!-- Various functions to pretty-up the web page -->

<!-- Begin

var MonthArray = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
var client_date = new Date;
var dayofmonth = (client_date.getDate() < 10) ? "0" + client_date.getDate().toString() : client_date.getDate().toString()

function openHelp(openURL,xsize,ysize) {
	popupWin = window.open(openURL, "Help", 'scrollbars=yes, width=' + xsize + ',height= ' + ysize +',left=0,top=0')
}

function openPopup(openURL) {
	popupWin =  window.open(openURL,
"Popup")
} 

function terms_of_use()

  {  popupWin=  window.open('http://www80.anthem.com/jsp/antiphona/popup.jsp?content_id=PC_GLOB_TUSE','pop_up','width=530,height=550,left=0,top=0,scrollbars=yes');

} 

function privacy_stmt()

  {  popupWin=  window.open('http://www80.anthem.com/jsp/antiphona/popup.jsp?content_id=PC_GLOB_PSTM','pop_up','width=530,height=550,left=0,top=0,scrollbars=yes');

} 

function about_site()

  {  popupWin=  window.open('http://www80.anthem.com/jsp/antiphona/popup.jsp?content_id=PC_GLOB_ASTE','pop_up','width=530,height=550,left=0,top=0,scrollbars=yes');

}

function nondisclosure()

  {  popupWin=  window.open('http://dv2kiis01.in.trigon.com/nondisclosure.html','pop_up','width=530,height=550,left=0,top=0,scrollbars=yes');

} 

function CloseWindow()
{
	window.close();
}

// End -->