var quote_list = new Array();

quote_list[0] = "<i>This is the best intercom and headset system I have ever used. No wonder David Clark is number one in the industry!</i><br><b>...Dale Rayzor, Owner of first Skater 30</b>";
quote_list[1] = "<i>After being introduced to David Clark Marine Intercoms early in 2005, and having since installed them on my own and several custom boats, we are convinced that this product not only fills a need for clear communication under typically difficult conditions, but does it better than any other product on the market.</i><br><b>...Michael Fiore, President and CEO of Outerlimits Powerboats</b>";

function PrintQuote()
{
	document.write(quote_list[Math.floor(Math.random() * quote_list.length)]);
}

function Over(objSrc,PicSrc)
{
	intro.style.display = "none" ;
	MS.style.display = "none" ;
	H.style.display = "none" ;
	bs.style.display = "none" ;
	L.style.display = "none" ;
	objSrc.style.display = "inline" ;
	about.src = "aboutT1.gif" ;
	masterstation.src = "masterstationT1.gif" ;
	headset.src = "headsetT1.gif" ;
	bstation.src = "bstationT1.gif" ;
	layout.src = "layoutT1.gif" ;
	PicSrc.src = PicSrc.name + "T2.gif" ;
}

function Over9800(objSrc,PicSrc)
{
	intro.style.display = "none" ;
	MS.style.display = "none" ;
	RPD.style.display = "none" ;
	BS.style.display = "none" ;
	H.style.display = "none" ;
	L.style.display = "none" ;
	divRadio.style.display = "none" ;
	objSrc.style.display = "inline" ;
	about2.src = "about2B.gif" ;
	ms2.src = "ms2B.gif" ;
	rpd2.src = "rpd2B.gif" ;
	bs2.src = "bs2B.gif" ;
	h2.src = "h2B.gif" ;
	l2.src = "l2B.gif" ;
	radio.src = "radioB.gif" ;
	pv2.src = "pv2B.gif"
	PicSrc.src = PicSrc.name + "G.gif" ;
}

/*
function OverMain(objSrc,PicSrc)
{
	text9500.style.backgroundColor = "" ;
	text9800.style.backgroundColor = "" ;
	main.style.backgroundColor = "" ;
	objSrc.style.backgroundColor = "#ffffcc" ;
	m9500.src = "m9500B.gif" ;
	m9800.src = "m9800B.gif" ;
	//PRA.src = "PRAB.gif";
	comp.src = "compB.gif" ;
	dealer.src = "dealerB.gif" ;
	PicSrc.src = PicSrc.name + "W.gif" ;
}
*/


function OverPortRadioAdpt(objSrc,PicSrc)
{
	PTT.style.display = "none" ;
	headset.style.display = "none" ;
	objSrc.style.display = "inline" ;
	C9848B.src = "C9848Bb.gif" ;
	Head.src = "HeadB.gif" ;
	PicSrc.src = PicSrc.name + "W.gif" ;
}

function OpenICOM()
{
	window.open('http://www.icomamerica.com/products/marine/m88/','new','menubar=yes,resizable=yes,scrollbars=yes,toolbar=yes,height=300,width=300');
}