// JavaScript Document
function show_interior(){
	$("int_but").style.display ="";
	$("ext_but").style.display ="none";
	$("per_but").style.display ="none";
	$("saf_but").style.display ="none";
	
	load_feature_tab('interior');
	
}
function show_exterior(){
	
	$("per_but").style.display ="none";
	$("saf_but").style.display ="none";
	
	load_feature_tab('exterior');
	
}
function show_perfomance(){
	$("int_but").style.display ="none";
	$("ext_but").style.display ="none";
	load_feature_tab('performance');
}
function show_safety(){
	$("int_but").style.display ="none";
	$("ext_but").style.display ="none";
	load_feature_tab('safety');
}

function show_exterior_pic(){
	$("frm_nissan").submit();
}
function show_interior_pic(){
	$("frm_nissan").submit();
	
	
}
function show_int_acces(model_id){
	$("frm_nissan").submit();
}
function show_ext_acces(model_id,perma){
	$("frm_nissan").submit();
}