/*********  1st Drop Down  *********/
function nissan_keyport(){
	location="nissan_keyport.html"
}
function chevrolet_eatontown(){
	location="chevrolet_eatontown.html"
}
function nissan_tomsriver(){
	location="nissan_tomsriver.html"
}
function cadillac_tomsriver(){
	location="cadillac_tomsriver.html"
}
function nissan_manahawkin(){
	location="nissan_manahawkin.html"
}

/************* *** ***************/

/*********  2nd Drop Down  *********/
function all_specials(){
	location="all_specials.html"
}
function nissan_ofkeyport(){
	location="keyport_spl.html"
}
function chevrolet_ofeatontown(){
	location="eatontown_spl.html"
}
function nissan_river(){
	location="nissanriver_spl.html"
}
function cadillac_river(){
	location="cadillacriver_spl.html"
}

function nissan_ofmanahawkin(){
	location="javascript:;"
}
/************* *** ***************/

/*********  3rd Drop Down  *********/
function service_appointment(){
	location="service.aspx"
}
function parts_accessories(){
	location="parts.aspx"
}
function warranty_information(){
	location="warranty.aspx"
} 
function new_vehicles(){
	//location="warranty.aspx"
}
function pre_vehicles(){
	location="search_inventory.html"
}
/************* *** ***************/

/*********  4th Drop Down  *********/
function employment_application(){
	location="employment.aspx"
}
function internet_department(){
	location="ourteam.aspx"
}
function contact(){
	location="contactus.aspx"
}

/************* *** ***************/

/*********  For Service App  *********/

function ser_keyport(){
	location="service_nissan_keyport.html"
}
function ser_eatontown(){
	location="service_chevrolet_eatontown.html"
}
function ser_nistoms(){
	location="service_nissan_tomsriver.html"
}
function ser_catoms(){
	location="service_cadillac_tomsriver.html"
}

/************* *** ***************/

/*********  For Service App  *********/

function part_keyport(){
	location="parts.aspx?query=NK"
}
function part_eatontown(){
	location="parts.aspx?query=CE"
}
function part_nistoms(){
	location="parts.aspx?query=NR"
}
function part_catoms(){
	location="parts.aspx?query=CR"
}

/************* *** ***************/

function pine_preown() {
	location="http://www.pinebeltpreowned.com"
}
function pine_auto() {
	window.open("http://www.pinebeltauto.com");
}

/********  *** *********/

function playsound()
{
//document.getElementById("sound").src="slowpop.wav";
document.getElementById("sound").src="none.wav";
}

/*  For Ser & Par Menus */


function show(id){
var obj = document.getElementById(id);
	obj.style.display = "";
}
function times(id){
var obj = document.getElementById(id);
	obj.style.display = "none";
}
function hide(id){
	document.getElementById(id).style.display = "none";
}

/* ============================== */

function me(){
	
}

