<!-- // Begin hiding from old browsers
// Rollover functions
//-----------------------------------------------------------------------------
	loaded = 0;
	function loadImages() {
		if (document.images) {

	// Nav Buttons
		fal_on = new Image();
		fal_on.src = "/img/siteWide/nav-01-off-lawyer.gif";
		fal_off = new Image();
		fal_off.src = "/img/siteWide/nav-01-off-lawyer.gif";	
		howCA_on = new Image();
		howCA_on.src = "/img/siteWide/nav-03-off-howCA.gif";
		howCA_off = new Image();
		howCA_off.src = "/img/siteWide/nav-03-off-howCA.gif";	
		howRecalls_on = new Image();
		howRecalls_on.src = "/img/siteWide/nav-05-off-howRecall.gif";
		howRecalls_off = new Image();
		howRecalls_off.src = "/img/siteWide/nav-05-off-howRecall.gif";	
		

	// Next and Previous Buttons
		NextOn = new Image(50,17);
		NextOn.src = "/img/siteWide/miscNextOn.gif";
		NextOff = new Image(50,17);
		NextOff.src = "/img/siteWide/miscNextOff.gif";
		PreviousOn = new Image(80,17);
		PreviousOn.src = "/img/siteWide/miscPreviousOn.gif";
		PreviousOff = new Image(80,17);
		PreviousOff.src = "/img/siteWide/miscPreviousOff.gif";
				
		loaded = 1;
		}

	}

	
	

loaded = 0;
function loadButtons() {
	if (document.images) {

	// Search and Class Action buttons
	add_to_on = new Image();
	add_to_on.src = "/img/siteWide/addToOn.gif";
	add_to_off = new Image();
	add_to_off.src = "/img/siteWide/addToOff.gif";	
	update_emails_on = new Image();
	update_emails_on.src = "/img/siteWide/emailUpdateOn.gif";
	update_emails_off = new Image();
	update_emails_off.src = "/img/siteWide/emailUpdateOff.gif";
	message_board_on = new Image();
	message_board_on.src = "/img/siteWide/messageBoardOn.gif";
	message_board_off = new Image();
	message_board_off.src = "/img/siteWide/messageBoardOff.gif";


	loaded = 1;
	}

}

function imageChange(imageName,newsource) {
		if (document.images && loaded==1) {
	 		document.images[imageName].src = eval(newsource + ".src");
		}
	}
// End Rollovers
//-----------------------------------------------------------------------------
// Open Window Functions	

	function openHTML( pageToLoad, winname, width, height, center) {
		self.name = "parent";
		xposition=0; yposition=0;
		if ((parseInt(navigator.appVersion) >= 4 ) && (center)){
			xposition = (screen.width - width) / 2;
			yposition = (screen.height - height) / 2;
		}
		args = 'width=' + width + ',height=' + height + ',location=0,menubar=0,resizable=1,';
		args = args + 'scrollbars=1,status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=' + xposition + ',';
		args = args + 'screeny=' + yposition + ',left=' + xposition + ',top=' + yposition;

		window.open( pageToLoad,winname,args);
	}

	function openHTMLNoEditing( pageToLoad, winname, width, height, center) {
		self.name = "parent";
		xposition=0; yposition=0;
		if ((parseInt(navigator.appVersion) >= 4 ) && (center)){
			xposition = (screen.width - width) / 2;
			yposition = (screen.height - height) / 2;
		}
		args = 'width=' + width + ',height=' + height + ',location=0,menubar=0,resizable=0,';
		args = args + 'scrollbars=0,status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=' + xposition + ',';
		args = args + 'screeny=' + yposition + ',left=' + xposition + ',top=' + yposition;

		window.open( pageToLoad,winname,args);
	}

	function openPopUp( pageToLoad, winname, width, height, center){
	var openPopUp
	xposition=0; yposition=0;
		if ((parseInt(navigator.appVersion) >= 4 ) && (center)){
			xposition = (screen.width - width) / 2;
			yposition = (screen.height - height) / 2;
		}
		args = 'width=' + width + ',height=' + height + ',location=0,menubar=0,resizable=1,';
		args = args + 'scrollbars=1,status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=' + xposition + ',';
		args = args + 'screeny=' + yposition + ',left=' + xposition + ',top=' + yposition;

	openPopUp = window.open( pageToLoad,winname,args);

	}


	function openPopUnder() {
	var CaaPopUnder

	if (parseInt(navigator.appVersion) >= 4 ){
			width = 600;
			height = 300;
			xposition =	(screen.width) - (width + 10);
			yposition = 0;
		}
			
	CaaPopUnder = window.open("http://www.classactionamerica.com/misc/caaPopUnder.asp",'CaaPopUnder','width='+width+',height='+height+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top='+yposition+',left='+xposition+''); 

	CaaPopUnder.blur();
	}
	
// End Window Functions
//-----------------------------------------------------------------------------
// Contact Us
	function sendToContactUsPage(inID){
		document.frmContactUs.intSubjectID.value = inID;
		document.frmContactUs.submit();
	}
	

//-----------------------------------------------------------------------------
// End of hide. -->


