<!--
var None = "about:blank"
var about = "/about.shtml"
var aboutdyno = "/aboutdyno.shtml"
var construction = "/construction.shtml"
var contact = "/contact.shtml"
var home = "/index.shtml"
var main = "/index.shtml"
var events = "/events.shtml"
var forsale = "/forsale.shtml"
var links = "/links.shtml"
var map = "/map.shtml"
var photos = "/photos.shtml"
var videos = "/videos.shtml"
var specials = "/specials.shtml"
var services = "/services.shtml"
var faq = "/tech.shtml"
var tips = "/tech.shtml"
var tuning = "/tuning.shtml"
var runs = "/runs.shtml"
var tech = "/tech.shtml"
var quartermile = "/quarter_mile.shtml"
var hpcalc = "/hp.shtml"
var relhpcalc = "/calc_hp_dp.shtml"
var tree = "/tree.shtml"


function openScript(fileName) {
	open( fileName,"", "width=" + width + ",height=" + height + "," +"toolbar=no,menubar=no," +"status=yes,scrollbars=yes," +"resizable=yes");
}

function openFile(fileName) {
fileName = "/images/" + fileName + ".shtml";
window.open( fileName,'','width=600,height=400,'+'toolbar=no,scrollbars=yes,'+'status=no,menubar=no,' +'topmargin=0,resizable=yes');
}



function linkTo(lnk)
{
        self.location.href = lnk;
}



var filename=self.location.pathname;
var y=filename.lastIndexOf(".");
var x=filename.lastIndexOf("/") +1;
filename=filename.substring(x,y);


//-->