function GetAddress (sAddress, sCity, sState, sPostalCode){
		var sSearch = "address=" + sAddress + "&city=" + sCity + "&state=" + sState + "&postalCode=" + sPostalCode + "&product=fisherprice";
		var mapWin = window.open('/sea/locator/getMap.asp?'+sSearch, 'mapWin', 'width=800 height=700 menubar=no resizable=no toolbar=no scrollbars=yes');
}

function GetDirections () {
	var routeWin = window.open('getDirections.asp?'+sSearch, 'routeWin', 'width=800 height=700 menubar=no resizable=no toolbar=no scrollbars=yes');
}