function thisMovie(movieName) {
    var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function hideContent() {
	document.getElementById('SSPerfPartsContent').style.display = "none";
}

function mediaGallery() {
	thisMovie("mainMovie").mediaGallery();
}

function vehicleSpecs() {
	thisMovie("mainMovie").vehicleSpecs();
}

function vehicleInfo() {
	thisMovie("mainMovie").vehicleInfo();
}
	
function perfParts() {
	thisMovie("mainMovie").perfParts();
}

function MM_openDealerWindow(theURL) {
	window.open(theURL, 'main', 'toolbar=no,scrollbars=yes,resizable=1,menubar=no,location=no,width=900,height=650,top=20,left=30');
    //window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL) {
	window.open(theURL, 'main', 'toolbar=no,scrollbars=yes,resizable=1,menubar=no,location=no,width=566,height=550,top=20,left=30');
    //window.open(theURL,winName,features);
}