// check if the browser is Navigator 3 or higher:
agent = navigator.userAgent;
browserVer = 2;
if (agent.substring(0,7) == "Mozilla")
{
    if (parseInt(agent.substring(8,9)) >= 3) {browserVer = 1;}
}

function hiLite(imgDocID,imgObjName,imgDocID1,imgObjName1) {
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in
//   imgDocID1 - the name or number of the document image to be replaced
//   imgObjName1 - the name of the image object to be swapped in


if (browserVer == 1) {
document.images[imgDocID].src = eval(imgObjName + ".src")
document.images[imgDocID1].src = eval(imgObjName1 + ".src")
}}

function openMov()

{
window.open("/movies/helix.mov" , "Movie","toolbar=no,location=no,directories=no,status=no,resizable=no,width=240,height=200");
}

function openVid()

{
window.open("/movies/patio_stream.mov" , "Movie","toolbar=no,location=no,directories=no,status=no,resizable=no,width=320,height=260");
}

function openPress()

{
 window.open("release2.html" , "Press","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=560,height=500");
 
}

function openPress2()

{
 window.open("Og_release.pdf" , "Press","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=560,height=500");
 
}

function openAmigo()

{
 window.open("http://www.thethreeamigos.org/" , "Amigo","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");
 
}

function openKing()

{
 window.open("http://www.kingrussell.com/" , "King","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");
 
}

function openToad()

{
 window.open("http://www.toadpatrol.com/" , "Toad","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");
 
}

function openLynn()

{
 window.open("http://www.fbofw.com/" , "Lynn","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");
 
}

function openEckhart()

{
 window.open("http://www.eckhartonline.com/" , "Eckhart","toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");
 
}
function openSloco()

{
 window.open("http://www.houseofrock.ca/sloco.php" , "Slowcoaster", "toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500");

} 
