<!--

// Copyright © GorillaSoft Inc.  < www.gorillasoft.com >
// Description:	JavaScript Resources for Animallaw.info


// Open Window function

function openWindow(theURL,winName,features) 	
{ 	
	shopwindow = window.open(theURL,winName,features);
	shopwindow.focus();	
}

function redirect(selectObj)
{ 
       window.location =  selectObj[selectObj.selectedIndex].value;
}
// -->
