// Start of Javascript

function navHome() {
   parent.Main.document.location = "index_1.htm";
}

function navCoaltrol() {
   parent.Main.document.location = "coaltrol/index_1.htm";
}

function navDiagnostics() {
   parent.Main.document.location = "diagnostics/index.htm";
}

function navGreenhouse() {
   parent.Main.document.location = "greenhouse/index.htm";
}

function navBionote() {
   parent.Main.document.location = "RombergBionote.htm";
}

function navEmailMe() {
   parent.Main.document.location = "emailme.htm";
}

function navRorts() {
   parent.Main.document.location = "R&D Rorts.pdf";
}

function navSigProcBook() {
   window.open('./diagnostics/SigProcBook/index.htm');
}

// end of JavaScript