<!--
function go (G) {

// inside Nissan
	if      (G=='a0') {void(0)}
	else if (G=='a1') {location.href='micra_home.htm'}
	else if (G=='a2') {location.href='almera_home.htm'}
	else if (G=='a3') {location.href='almera_tino_home.htm'}
	else if (G=='a4') {location.href='primera_home.htm'}
	else if (G=='a5') {location.href='terrano_home.htm'}
	else if (G=='a6') {location.href='patrol_home.htm'}
	else if (G=='a7') {location.href='xtrail_home.htm'}
	else if (G=='a8') {location.href='pick_up_home.htm'}
	else if (G=='a9') {location.href='murano_home.htm'}
	else if (G=='a10') {location.href='pathfinder_home.htm'}
	else if (G=='a11') {location.href='350z_home.htm'}
	else if (G=='a12') {location.href='note_home.htm'}
	else if (G=='a13') {location.href='micra_cc_home.htm'}
	else if (G=='a14') {location.href='quashai_home.htm'}
	else if (G=='a15') {location.href='pick2_up_home.htm'}

// Vehicles
	else if (G=='b0') {void(0)}
	
	else if (G=='b1') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='b2') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='b301') {location.href='line-up.html'}
	else if (G=='b302') {alert('You have to change the link for vehicle name 1 in the link-nav.js script')}
	else if (G=='b303') {alert('You have to change the link for vehicle name 2 in the link-nav.js script')}
	else if (G=='b304') {alert('You have to change the link for vehicle name 3 in the link-nav.js script')}

	else if (G=='b4') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='b5') {alert('You have to change the link in the link-nav.js script')}
	
// Services
	else if (G=='c0') {void(0)}
	
	else if (G=='c1') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='c2') {alert('You have to change the link in the link-nav.js script')}

// Contact
	else if (G=='d0') {void(0)}

	else if (G=='d1') {location.href='brochure_request.html'}
	else if (G=='d2') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='d3') {alert('You have to change the link in the link-nav.js script')}
	else if (G=='d4') {location.href='generic_form.html'}
}

//-->


