/***********************************************************
   AOL IM Javascript Tool v1.9.2005-2006
   Juan F. Sarria (JuanFerManNY@aol.com)
   Publishing Tech Dev Web Svc
   Documentation: http://www.aolexd.com/AIMThis/AIMThis.htm
************************************************************/


function showIM()
{
	var uAgt    =    navigator.userAgent.toLowerCase();
	var isAOL   =    uAgt.indexOf(" aol ")    != -1;
		 if ( isAOL ) {
					// Launch IM from AOL browser
					callIM();
			
				} else {
					
					document.getElementById('vUtility_imlayer_editable').style.display="block";

				}

}



function imclose(){
document.getElementById('vUtility_imlayer_editable').style.display="none";
}


