<!--
function blockError(){return true;}
//window.onerror = blockError;




function ShowState(state) {

switch(state) {
	case 'AL': self.location = 'state-gn.asp';break;
	case 'AK': self.location = 'state-gn.asp';break;
	case 'AR': self.location = 'state-gn.asp';break;
	case 'AZ': self.location = 'state-gn.asp';break;
	case 'CA': self.location = 'state-ca.asp';break;
	case 'CO': self.location = 'state-co.asp';break;
	case 'CN': self.location = 'state-gn.asp';break;
	case 'DE': self.location = 'state-gn.asp';break;
	case 'FL': self.location = 'state-gn.asp';break;
	case 'GA': self.location = 'state-gn.asp';break;
	case 'HI': self.location = 'state-hi.asp';break;
	case 'ID': self.location = 'state-id.asp';break;
	case 'IL': self.location = 'state-gn.asp';break;
	case 'IN': self.location = 'state-gn.asp';break;
	case 'IA': self.location = 'state-gn.asp';break;
	case 'KS': self.location = 'state-gn.asp';break;
	case 'KY': self.location = 'state-gn.asp';break;
	case 'LA': self.location = 'state-gn.asp';break;
	case 'ME': self.location = 'state-gn.asp';break;
	case 'MD': self.location = 'state-gn.asp';break;
	case 'MA': self.location = 'state-gn.asp';break;
	case 'MI': self.location = 'state-gn.asp';break;
	case 'MN': self.location = 'state-gn.asp';break;
	case 'MS': self.location = 'state-gn.asp';break;
	case 'MO': self.location = 'state-gn.asp';break;
	case 'MT': self.location = 'state-gn.asp';break;
	case 'NE': self.location = 'state-gn.asp';break;
	case 'NV': self.location = 'state-nv.asp';break;
	case 'NH': self.location = 'state-gn.asp';break;
	case 'NJ': self.location = 'state-gn.asp';break;
	case 'NM': self.location = 'state-gn.asp';break;
	case 'NY': self.location = 'state-gn.asp';break;
	case 'NC': self.location = 'state-gn.asp';break;
	case 'ND': self.location = 'state-gn.asp';break;
	case 'OH': self.location = 'state-gn.asp';break;
	case 'OK': self.location = 'state-gn.asp';break;
	case 'OR': self.location = 'state-or.asp';break;
	case 'PA': self.location = 'state-gn.asp';break;
	case 'RI': self.location = 'state-gn.asp';break;
	case 'SC': self.location = 'state-gn.asp';break;
	case 'SD': self.location = 'state-gn.asp';break;
	case 'TN': self.location = 'state-gn.asp';break;
	case 'TX': self.location = 'state-gn.asp';break;
	case 'UT': self.location = 'state-ut.asp';break;
	case 'VT': self.location = 'state-gn.asp';break;
	case 'VA': self.location = 'state-gn.asp';break;
	case 'WA': self.location = 'state-wa.asp';break;
	case 'DC': self.location = 'state-gn.asp';break;
	case 'WV': self.location = 'state-gn.asp';break;
	case 'WI': self.location = 'state-gn.asp';break;
	case 'WY': self.location = 'state-gn.asp';break;
	}

}
// -->