var doClear;

function hideLayer(name) {

if(document.layers)
    document.layers[name].visibility = "hidden";

if(document.getElementById)	
    document.getElementById(name).style.visibility = "hidden";

else if(document.all)
    document.all[name].style.visibility = "hidden";
}

function showLayer(name) {

if(document.layers)
    document.layers[name].visibility = "visible";

if(document.getElementById)
    document.getElementById(name).style.visibility = "visible";

else if(document.all)
    document.all[name].style.visibility = "visible";
}




function copyright() {

document.write('<BR><TABLE width=100% border=0><TR><TD align=center valign=top><span class="copyright"> &copy; Copyright 2005 Innovative Integration |  <A HREF="http://www.innovative-dsp.com/sitemap.htm"><SPAN class="copyrightlinks">Site Map</SPAN></A></TD></TR></TABLE>');
}


function copyrightmsg() {

document.write('<BR><TABLE width=100% border=0><TR><TD align=center valign=top><span class="copyright"> &copy; Copyright 2005 Innovative Integration | </span><A HREF="http://www.innovative-dsp.com" TARGET="iiweb"><SPAN class="copyrightlinks">Home</SPAN></A> <A HREF="http://www.innovative-dsp.com/company/companylink.html" TARGET="iiweb"><SPAN class="copyrightlinks">Contact Information</SPAN></A> <A HREF="mailto:webmaster@innovative-dsp.com"><SPAN class="copyrightlinks">Webmaster</SPAN></A> <A HREF="http://www.innovative-dsp.com/sitemap.htm" TARGET="iiweb"><SPAN class="copyrightlinks">Site Map</SPAN></A></TD></TR></TABLE>');
}


function copyrightdl() {

document.write('<BR><TABLE width=100% border=0><TR><TD align=center valign=top><span class="copyright"> &copy; Copyright 2005 Innovative Integration | </span><A HREF="javascript://" OnClick="window.close();"><SPAN class="copyrightlinks">Close</SPAN></A></TD></TR></TABLE>');
}


function copyrightiw() {

document.write('<BR><TABLE width=100% border=0><TR><TD align=center valign=top><span class="copyright"> &copy; Copyright 2005 Innovative Integration | </span><A HREF="javascript://" OnClick="window.close();"><SPAN class="copyrightlinks">Close</SPAN></A></TD></TR></TABLE>');
}


function docBody() {

document.write('<BODY bgcolor="#C0C0C0">');
}

			
function loadcss() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4home.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/home.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/home.css">');
}


function loadcssforum() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/forum.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/forum.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/forum.css">');
}


function loadcssmsg() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4msg.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/msg.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/msg.css">');
}


function loadcssindex() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4msg.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/index.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/index.css">');
}


function loadcssPlain() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4Plain.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/plain.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/plain.css">');
}



function buildercss() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4builder.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/builder.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/builder.css">');
}




function quotecss() {


document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/webquote.css">');
}

function quoteBody() {

document.write('<BODY bgcolor="#C0C0C0">');
}


function buildermenu() {

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=147>');
document.write('<TR><TD valign=top><TABLE cellpadding=8 width=145 valign=top><TR><TD valign=top>');
document.write('<span class=bodytext><B>C++ Builder Resource</B><BR><HR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/index.htm" target="_parent"><B>C++ Builder Resource Home</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/comp/index.htm"><B>Components</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/utill/index.htm"><B>Utilities</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/apps/index.htm"><B>Source Code</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/docs/index.htm"><B>Documentation</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/demos/index.htm"><B>Demos</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/builder/links/index.htm"><B>Links</B></A><BR><BR>');
document.write('<HR><BR>');
document.write('<span class=bodytext><B>Innovative Integration</B><BR><HR>');
document.write('<A HREF="http://www.innovative-dsp.com" target="_parent"><B>Innovative Integration Home</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/products/armada.htm"><B>Armada</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/products/andale.htm"><B>Andal&eacute;</B></A><BR><BR>');
document.write('<A HREF="http://www.innovative-dsp.com/products/chicoplus.htm"><B>ChicoPlus</B></A><BR><BR>');
document.write('<HR>');
document.write('</span>');
document.write('</TD></TR></TABLE>');
document.write('</TD></TR></TABLE>');
}



function updatecolors() {

heading="d0d0d0"
headingfont="A2092A"
oddrow="f0f0f0"
evenrow="e0e0e0"
  
document.write("<INPUT TYPE=HIDDEN NAME=oddrowcolor VALUE='&oddrowcolor="+oddrow+"'><INPUT TYPE=HIDDEN NAME=evenrowcolor  VALUE='&evenrowcolor="+evenrow+"'><INPUT TYPE=HIDDEN NAME=headingcolor VALUE='&headingcolor="+heading+"'><INPUT TYPE=HIDDEN NAME=headingfontcolor  VALUE='&headingfontcolor="+headingfont+"'>");
}




function dlBody() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<BODY bgcolor="#FFFFFF" background="http://www.innovative-dsp.com/common/ns4bgimage.gif">');

else
document.write('<BODY bgcolor="#FFFFFF">');
}

			
function dlcss() {

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(4) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/ns4home.css">');


if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/dl.css">');

if(navigator.appName.indexOf("Internet Explorer") != -1)
document.write('<LINK REL=STYLESHEET TYPE="text/css" HREF="http://www.innovative-dsp.com/common/dl.css">');
}


function navcss() {
if(navigator.appName.indexOf("Netscape") != -1){
  document.writeln('<LINK REL=STYLESHEET TYPE="text/css" HREF="navstylens.css">')}

if(navigator.appName.indexOf("Netscape") != -1 && navigator.appVersion.indexOf(5) !=-1){
  document.writeln('<LINK REL=STYLESHEET TYPE="text/css" HREF="navstyleie.css">')}

if(navigator.appName.indexOf("Internet Explorer") != -1){
  document.writeln('<LINK REL=STYLESHEET TYPE="text/css" HREF="navstyleie.css">')}
}


//This will put together the terms delimited with | into a single term


function putTogether(form)
{
	x1 = String(form.tempterms.value);
	i = x1.length;
	inquote=false
	nstring = String("")
	for(n=0; n<i+1; n++)
	{
		if(x1.substr(n,1) == '"')	
		{
				if (inquote==false)
				{
				inquote=true
				}
				else
				{
				inquote=false
				}
		}
		else
		{
			if((inquote==true) && (x1.substr(n,1) == " "))
			{
			nstring += "\\040"
			}
	 		else
	 		{
	 		nstring += x1.substr(n,1)
			}
	 	}
	}
	form.terms.value=nstring
}


var FirstForm;
function StartSearch(){
	document.forms[FirstForm+document.InputForm.section.selectedIndex].elements[0].value= document.InputForm.tempterms.value;
	document.forms[FirstForm+document.InputForm.section.selectedIndex].submit();
}






var applayer=0;

var apps=new Array();

apps[0] = "home";
apps[1] = "support";
apps[2] = "quote"; 
apps[3] = "products";
apps[4] = "complayer";
apps[5] = "reg";




var ddlayer=0;

var dds=new Array();

dds[0] = "home";
dds[1] = "supportB";
dds[2] = "quoteB"; 
dds[3] = "productsB";
dds[4] = "companyB";
dds[5] = "regB";


var x = 1;
var y = 1;


function globalNav(location) {

image04 = new Image();
image04.src = "http://www.innovative-dsp.com/common/04_on.gif";

image06 = new Image();
image06.src = "http://www.innovative-dsp.com/common/06_on.gif";

image08 = new Image();
image08.src = "http://www.innovative-dsp.com/common/08_on.gif";

image10 = new Image();
image10.src = "http://www.innovative-dsp.com/common/10_on.gif";

image04 = new Image();
image04.src = "http://www.innovative-dsp.com/common/04_hov.gif";

image06 = new Image();
image06.src = "http://www.innovative-dsp.com/common/06_hov.gif";

image08 = new Image();
image08.src = "http://www.innovative-dsp.com/common/08_hov.gif";

image10 = new Image();
image10.src = "http://www.innovative-dsp.com/common/10_hov.gif";

image16 = new Image();
image16.src = "http://www.innovative-dsp.com/common/16_on.gif";

image17 = new Image();
image17.src = "http://www.innovative-dsp.com/common/17_on.gif";

image18 = new Image();
image18.src = "http://www.innovative-dsp.com/common/18_on.gif";

image19 = new Image();
image19.src = "http://www.innovative-dsp.com/common/19_on.gif";

image20 = new Image();
image20.src = "http://www.innovative-dsp.com/common/20_on.gif";

image21 = new Image();
image21.src = "http://www.innovative-dsp.com/common/21_on.gif";

image16 = new Image();
image16.src = "http://www.innovative-dsp.com/common/16.gif";

image17 = new Image();
image17.src = "http://www.innovative-dsp.com/common/17.gif";

image18 = new Image();
image18.src = "http://www.innovative-dsp.com/common/18.gif";

image19 = new Image();
image19.src = "http://www.innovative-dsp.com/common/19.gif";

image20 = new Image();
image20.src = "http://www.innovative-dsp.com/common/20.gif";

image21 = new Image();
image21.src = "http://www.innovative-dsp.com/common/21.gif";


if (location==("home")){
	image16.src = "http://www.innovative-dsp.com/common/16_loc.gif";
	}

if (location==("products")){
	image17.src = "http://www.innovative-dsp.com/common/17_loc.gif";
	}

if (location==("support")){
	image18.src = "http://www.innovative-dsp.com/common/18_loc.gif";
	}

if (location==("downloads")){
	image19.src = "http://www.innovative-dsp.com/common/19_loc.gif";
	}

if (location==("company")){
	image20.src = "http://www.innovative-dsp.com/common/20_loc.gif";
	}

if (location==("quote")){
	image21.src = "http://www.innovative-dsp.com/common/21_loc.gif";
	}


document.write('<A NAME="TOP">');

document.write('<DIV class="menu" ID="menu" STYLE="position:absolute; top:0; left:0; width:750; visibility:visible; z-index:0;">');
document.write('<TR><TD valign=top><IMG SRC="http://www.innovative-dsp.com/common/01.gif" width=750 height=11 border=0></TD></TR>');
document.write('<TR><TD valign=top><IMG SRC="http://www.innovative-dsp.com/common/02.gif" width=17 height=26 border=0 align=top><IMG SRC="http://www.innovative-dsp.com/common/03.gif" width=71 height=26 border=0 align=top><A onClick="searchForm.action=\'http://innovative-dsp.com/cgi/searchp.cgi\'; psearch.src=\'http://www.innovative-dsp.com/common/04_on.gif\'; ssearch.src=\'http://www.innovative-dsp.com/common/06.gif\'; csearch.src=\'http://www.innovative-dsp.com/common/08.gif\'; asearch.src=\'http://www.innovative-dsp.com/common/10.gif\';" onMouseOver="psearch.src=\'http://www.innovative-dsp.com/common/04_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchp.cgi\'){psearch.src=\'http://www.innovative-dsp.com/common/04_hov.gif\'}; window.status=\'Search Products\'; return true;" onMouseOut="psearch.src=\'http://www.innovative-dsp.com/common/04_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchp.cgi\'){psearch.src=\'http://www.innovative-dsp.com/common/04.gif\'};"><IMG name="psearch" SRC="http://www.innovative-dsp.com/common/04.gif" width=49 height=26 border=0 align=top></A><IMG SRC="http://www.innovative-dsp.com/common/05.gif" width=7 height=26 border=0 align=top><A onClick="psearch.src=\'http://www.innovative-dsp.com/common/04.gif\'; ssearch.src=\'http://www.innovative-dsp.com/common/06_on.gif\'; csearch.src=\'http://www.innovative-dsp.com/common/08.gif\'; asearch.src=\'http://www.innovative-dsp.com/common/10.gif\'; searchForm.action=\'http://innovative-dsp.com/cgi/searcht.cgi\';" onMouseOver="ssearch.src=\'http://www.innovative-dsp.com/common/06_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searcht.cgi\'){ssearch.src=\'http://www.innovative-dsp.com/common/06_hov.gif\'}; window.status=\'Search Support\'; return true;" onMouseOut="ssearch.src=\'http://www.innovative-dsp.com/common/06_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searcht.cgi\'){ssearch.src=\'http://www.innovative-dsp.com/common/06.gif\'};"><IMG name="ssearch" SRC="http://www.innovative-dsp.com/common/06.gif" width=44 height=26 border=0 align=top></A><IMG SRC="http://www.innovative-dsp.com/common/07.gif" width=8 height=26 border=0 align=top><A onClick="psearch.src=\'http://www.innovative-dsp.com/common/04.gif\'; ssearch.src=\'http://www.innovative-dsp.com/common/06.gif\'; csearch.src=\'http://www.innovative-dsp.com/common/08_on.gif\'; asearch.src=\'http://www.innovative-dsp.com/common/10.gif\'; searchForm.action=\'http://innovative-dsp.com/cgi/searchc.cgi\';" onMouseOver="csearch.src=\'http://www.innovative-dsp.com/common/08_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchc.cgi\'){csearch.src=\'http://www.innovative-dsp.com/common/08_hov.gif\'}; window.status=\'Search Company Info\'; return true;" onMouseOut="csearch.src=\'http://www.innovative-dsp.com/common/08_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchc.cgi\'){csearch.src=\'http://www.innovative-dsp.com/common/08.gif\'};"><IMG name="csearch" SRC="http://www.innovative-dsp.com/common/08.gif" width=51 height=26 border=0 align=top></A><IMG SRC="http://www.innovative-dsp.com/common/09.gif" width=7 height=26 border=0 align=top><A onClick="psearch.src=\'http://www.innovative-dsp.com/common/04.gif\'; ssearch.src=\'http://www.innovative-dsp.com/common/06.gif\'; csearch.src=\'http://www.innovative-dsp.com/common/08.gif\'; asearch.src=\'http://www.innovative-dsp.com/common/10_on.gif\'; searchForm.action=\'http://innovative-dsp.com/cgi/searchns4.cgi\';" onMouseOver="asearch.src=\'http://www.innovative-dsp.com/common/10_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchns4.cgi\'){asearch.src=\'http://www.innovative-dsp.com/common/10_hov.gif\'}; window.status=\'Search All Categories\'; return true;" onMouseOut="asearch.src=\'http://www.innovative-dsp.com/common/10_on.gif\'; if(searchForm.action!=\'http://innovative-dsp.com/cgi/searchns4.cgi\'){asearch.src=\'http://www.innovative-dsp.com/common/10.gif\'};"><IMG name="asearch" SRC="http://www.innovative-dsp.com/common/10_on.gif" border=0 align=top></A><IMG SRC="http://www.innovative-dsp.com/common/11.gif" width=206 height=26 border=0 align=top><IMG SRC="http://www.innovative-dsp.com/common/12.gif" width=27 height=26 border=0 align=top><IMG SRC="http://www.innovative-dsp.com/common/13.gif" width=242 height=26 border=0 align=top></TD></TR>');
document.write('<TR><TD valign=top><IMG SRC="http://www.innovative-dsp.com/common/14.gif" width=750 height=13 border=0 align=top></TD></TR>');
document.write('<TR><TD valign=top><IMG SRC="http://www.innovative-dsp.com/common/15.gif" width=17 height=34 border=0><A HREF="http://www.innovative-dsp.com/index.html"><IMG SRC="http://www.innovative-dsp.com/common/16.gif" width=52 height=34 border=0></A><A HREF="http://www.innovative-dsp.com/families.php"><IMG width=79 height=34 border=0 src=\'http://www.innovative-dsp.com/common/17.gif\';"></A><A HREF="http://www.innovative-dsp.com/support.html"><IMG SRC="http://www.innovative-dsp.com/common/18.gif" width=73 height=34 border=0"></A><A HREF="http://www.innovative-dsp.com/support/installfromweb.htm"><IMG SRC="http://www.innovative-dsp.com/common/19.gif" width=88 height=34 border=0></A><A HREF="http://www.innovative-dsp.com/company.html"><IMG SRC="http://www.innovative-dsp.com/common/20.gif" width=82 height=34 border=0></A><A HREF="http://quote.innovative-dsp.com"><IMG SRC="http://www.innovative-dsp.com/common/21.gif" width=63 height=34 border=0></A><IMG SRC="http://www.innovative-dsp.com/common/22.gif" width=27 height=34 border=0><IMG SRC="http://www.innovative-dsp.com/common/23.gif" width=27 height=34 border=0><IMG SRC="http://www.innovative-dsp.com/common/24.gif" width=242 height=34 border=0></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');


//*********************************Drop Down Menus
document.write('<DIV onmouseover="showLayer(dds[ddlayer]); supportgif.src=\'http://www.innovative-dsp.com/common/18_on.gif\';" onmouseout="hideLayer(dds[ddlayer]); supportgif.src=\''+image18.src+'\';" class="menu" ID="supportB" STYLE="filter:dropshadow(color=#c0c0c0, offx=2, offy=2); cursor:hand; position:absolute; top:84; left:156; visibility:hidden; z-index:1;">');
document.write('<TABLE width=110 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" bgcolor="c0c0c0" border=1 bordercolor=6E6E6E align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxsupportmainxx" HREF="http://www.innovative-dsp.com/support/support.htm">Support Main</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"> </span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxdocsxx" HREF="http://www.innovative-dsp.com/support/productdocs.htm">Documentation</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxdownloadsxx" HREF="http://www.innovative-dsp.com/support/productdownloads.htm">Software Downloads</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxforumxx" HREF="http://www.iidsp.com/forum/">Support Forums</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxtechsupportxx" HREF="http://www.innovative-dsp.com/support/productsupport.htm">Tech Support Links</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxupdatehistoryxx" HREF="http://quote.innovative-dsp.com/WebVersion.exe/wug?Product=null&Sort=null&oddrowcolor=d0d0d0&evenrowcolor=d0d0d0&headingcolor=d0d0d0&headingfontcolor=d0d0d0">Update History</span></TD></TR></TABLE>');
document.write('</DIV>');


document.write('<DIV onmouseover="showLayer(dds[ddlayer]); supportgif.src=\'http://www.innovative-dsp.com/common/18_on.gif\'; showLayer(\'driverFly\');" onmouseout="hideLayer(dds[ddlayer]); supportgif.src=\''+image18.src+'\'; hideLayer(\'driverFly\');" class="menu" ID="driverFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:87; left:236; visibility:hidden; z-index:1">');
document.write('<TABLE width=45 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=0 bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxcurrentxx" HREF="http://www.innovative-dsp.com/support/productdownloads.htm">Current</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxlegacyxx" HREF="http://www.innovative-dsp.com/support/zumalegacy.htm">Legacy</span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxmiscxx" HREF="http://www.innovative-dsp.com/support/misc.htm">Misc</span></TD></TR></TABLE>');
document.write('</DIV>');


document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'productFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'productFly\');" class="menu" ID="productFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:110; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE width=225 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxvelociaxx" HREF="http://www.innovative-dsp.com/products/velocia.htm">64-bit CompactPCI DSP Boards - Velocia</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxmatadorxx" HREF="http://www.innovative-dsp.com/products/matador.htm">64-bit PCI DSP Boards - Matador</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxsrxx" HREF="http://www.innovative-dsp.com/products/sr.htm">64-bit PCI DSP Boards - Stimulus/Response</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxomnibusxx" HREF="http://www.innovative-dsp.com/products/omnibus.htm">OMNIBUS I/O Modules</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxdataacqxx" HREF="http://www.innovative-dsp.com/products/dataacq.htm">PCI Data Acquisition Boards</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxmodularxx" HREF="http://www.innovative-dsp.com/products/pci.htm">PCI DSP Boards - Modular</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxxmcexx" HREF="http://www.innovative-dsp.com/products/xmce.htm">PCI Express XMC Modules</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxpmcxx" HREF="http://www.innovative-dsp.com/products/pmc.htm">PMC/XMC Modules</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxsolomentexx" HREF="http://www.innovative-dsp.com/products/sbc.htm">Stand Alone DSP Boards - Solomente</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e5e5e6 ><span class="menu"> </span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxsoftwarexx" HREF="http://www.innovative-dsp.com/products/software.htm">Software Products</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');






document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'busFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'busFly\');" class="menu" ID="busFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:85; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" HREF="http://www.innovative-dsp.com/products/bycpci.htm">CompactPCI</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" HREF="http://www.innovative-dsp.com/products/byethernet.htm">Ethernet</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" HREF="http://www.innovative-dsp.com/products/bypci.htm">PCI</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" HREF="http://www.innovative-dsp.com/products/bypciexpress.htm">PCI Express</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" HREF="http://www.innovative-dsp.com/products/byusb.htm">USB</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');






document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'functionFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'functionFly\');" class="menu" ID="functionFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:125; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/busadapters.htm">Bus Adapter</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/clocktimebase.htm">Clock/Timebase</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/dataacq.htm">Data Acquisition</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/drr.htm">Digital Receiver</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/bydsp.htm">Digital Signal Processing</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byfpga.htm">FPGA</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/software.htm">Software</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/bysoftwareradio.htm">Software Radio</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byspecialfunctions.htm">Special Functions</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');




document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'interfaceFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'interfaceFly\');" class="menu" ID="interfaceFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:145; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byfifo.htm">FIFO</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/bysfp.htm">SFP</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byethernet.htm">Ethernet</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byfiberchannel.htm">Fiber Channel</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byrs232.htm">RS232/485</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/bysyncserial.htm">Sync Serial</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byparallel.htm">Parallel (Digital)</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');








document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'formfactorFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'formfactorFly\');" class="menu" ID="formfactorFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:105; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/by3u.htm">3U</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/by6u.htm">6U</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byhalflength.htm">Half-length Desktop PCI</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/byfulllength.htm">Full-length Desktop PCI</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;"	HREF="http://www.innovative-dsp.com/products/bypmc.htm">Single-width PMC</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');




document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\'; showLayer(\'appFly\');" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\'; hideLayer(\'appFly\');" class="menu" ID="appFly" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:110; left:195; visibility:hidden; z-index:10">');
document.write('<TABLE width=175 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxdrrxx" HREF="http://www.innovative-dsp.com/products/drr.htm">Digital Radio Receiver (DRR)</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxepcxx" HREF="http://www.innovative-dsp.com/products/epc.htm">Embedded Processing &amp; Control</A></span></TD></TR>');
document.write('<TR><TD bgcolor=e0e0e0 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxvmcxx" HREF="http://www.innovative-dsp.com/products/vmc.htm">Vibration Measurement &amp; Control</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');

document.write('<DIV onmouseover="showLayer(dds[ddlayer]); productsgif.src=\'http://www.innovative-dsp.com/common/17_on.gif\';" onmouseout="hideLayer(dds[ddlayer]); productsgif.src=\''+image17.src+'\';" class="menu" ID="productsB" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:84; left:79; visibility:hidden; z-index:1">');
document.write('<TABLE width=125 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1 id=\'zzz\'>');

document.write('<TR><TD bgcolor=E5E5E6 id="busmenu"><span class="menu"><A style="color:#1B52A6" onMouseOver="showLayer(\'busFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'busFly\');" name="xxbfxx" HREF="#"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>By Bus</A></span></TD></TR>');

document.write('<TR><TD id="formfactormenu"><span class="menu"><A style="color:#1B52A6" onMouseOver="showLayer(\'formfactorFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'formfactorFly\');" name="xxfffxx" HREF="#"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>By Form Factor</A></span></TD></TR>');

document.write('<TR><TD id="functionmenu"><span class="menu"><A onMouseOver="showLayer(\'functionFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'functionFly\');" name="xxffxx" HREF="#"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>By Function</A></span></TD></TR>');

document.write('<TR><TD bgcolor=E5E5E6 id="interfacemenu"><span class="menu"><A style="color:#1B52A6" onMouseOver="showLayer(\'interfaceFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'interfaceFly\');" name="xxifxx" HREF="#"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>By Interface</A></span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"> </span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxpsxx" HREF="http://www.innovative-dsp.com/products/productselector.htm">Product Selector</A></span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxpixx" HREF="http://www.innovative-dsp.com/products/index.htm">Product Families</A></span></TD></TR>');



//document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="showLayer(\'productFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'productFly\');" name="xxpfxx" HREF="http://www.innovative-dsp.com/products/index.htm"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>Product Families</A></span></TD></TR>');
//document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="showLayer(\'appFly\'); window.status=\' \'; return true;" onmouseout="hideLayer(\'appFly\');" name="xxapxx" HREF="http://www.innovative-dsp.com/products/app.htm"><IMG SRC="http://www.innovative-dsp.com/common/menuarrow.gif" align=right border=0>By Application</A></span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');






document.write('<DIV onmouseover="showLayer(dds[ddlayer]); companygif.src=\'http://www.innovative-dsp.com/common/20_on.gif\';" onmouseout="hideLayer(dds[ddlayer]); companygif.src=\''+image20.src+'\';" class="menu" ID="companyB" STYLE="filter:dropshadow(color=#000000, offx=1, offy=0); cursor:hand; position:absolute; top:84; left:317; visibility:hidden; z-index:1">');
document.write('<TABLE width=95 class="navbar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" border=1 bordercolor=6E6E6E bgcolor=c0c0c0 align=left cellpadding=0 cellspacing=1>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxaboutxx" HREF="http://www.innovative-dsp.com/company/index.htm">About Innovative</A></span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxcareersxx" HREF="http://www.innovative-dsp.com/company/career.htm">Careers</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxcontactxx" HREF="http://www.innovative-dsp.com/company/contact.htm">Contact</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxdistributorsxx" HREF="http://www.innovative-dsp.com/company/distributors.htm">Distributors</span></TD></TR>');
document.write('<TR><TD bgcolor=E5E5E6 ><span class="menu"><A style="color:#1B52A6" onMouseOver="window.status=\' \'; return true;" name="xxenewsxx" HREF="http://www.innovative-dsp.com/company/enews/index.htm">eNews</span></TD></TR>');
document.write('</TABLE>');
document.write('</DIV>');


document.write('<!-- ** MENUS END** //-->');
document.write('<FORM NAME="searchForm" METHOD="POST" onSubmit="return putTogether(this);" ACTION="http://innovative-dsp.com/cgi/searchns4.cgi" ENCTYPE="x-www-form-urlencoded"><TABLE align=center border=0 cellpadding=0 cellspacing=0 width=190><TR><TD valign=top align=right>');
document.write('<DIV class="bodytext" ID="search" STYLE="position:absolute; top:15; left:275; width:190; visibility:visible; z-index=5">');
document.write('</TD></TR></TABLE>');
document.write('</FORM>');
document.write('</DIV>');

}




function header1(title){
document.write('<DIV ID="header" STYLE="position:absolute; top:84; left:0; width:750; visibility:visible; z-index:0;">');
document.write('<TABLE border=0 cellpadding=5 cellspacing=0 width=750 align=center>');
document.write('<TR><TD BGCOLOR=D1D1D1 valign=middle background="http://www.innovative-dsp.com/common/prodtitlebk.gif">');
document.write('<SPAN class="prodtitle">&nbsp;'+title+'</SPAN></TD></TR></TABLE>');
}

function header2(sub){
document.write('<TABLE WIDTH="750" BORDER="0" CELLSPACING="0" CELLPADDING="2"><TR WIDTH=100% BGCOLOR="D1D1D1"><TD VALIGN="middle" ALIGN="RIGHT" VALIGN="TOP" background="http://www.innovative-dsp.com/common/prodtitlebk2.gif"><span class="tabletitle">'+sub+' &nbsp;</span></TD></TR></TABLE>');
document.write('<TABLE WIDTH="750" BORDER="0" CELLSPACING="0" CELLPADDING="2"><TR WIDTH=100% BGCOLOR="D1D1D1"><TD VALIGN="middle" ALIGN="RIGHT" VALIGN="TOP" background="http://www.innovative-dsp.com/common/header3.gif"><span class="tabletitle">&nbsp;</span></TD></TR></TABLE>');
document.write('</DIV>');
}

function header2alt(sub){
document.write('<TABLE WIDTH="750" BORDER="0" CELLSPACING="0" CELLPADDING="2"><TR WIDTH=100% BGCOLOR="D1D1D1"><TD VALIGN="middle" ALIGN="RIGHT" VALIGN="TOP" background="http://www.innovative-dsp.com/common/prodtitlebk2.gif"><span class="tabletitle">'+sub+' &nbsp;</span></TD></TR></TABLE>');
document.write('</DIV>');
}

function contentBegin(){
document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:151; left:158; width:585; visibility:visible; z-index:0">');
document.write('<CENTER>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=585 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=2 width=585 align=center>');
document.write('<TR><TD colspan=2 valign=middle> <CENTER>');
}


function contentBegin2(){
document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:151; left:151; width:585; visibility:visible; z-index:0">');
document.write('<CENTER>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=585 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=2 width=585 align=center>');
document.write('<TR><TD colspan=2 valign=middle> <CENTER>');
}

function contentBeginIframe(){
document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:0; left:0; width:585; visibility:visible; z-index:0">');
document.write('<CENTER>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=585 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=2 width=585 align=center>');
document.write('<TR><TD colspan=2 valign=middle> <CENTER>');
}

function featureBox(){
document.write('</CENTER>');
//document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:235; left:0; width:585; visibility:visible; z-index:0">');
document.write('<TABLE border=0 cellpadding=2 cellspacing=1 width=565 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=565 bgcolor=d0d0d0>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=1 width=565>');
document.write('<TR bgcolor=f0f0f0>');
document.write('<TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Features');
document.write('</SPAN></TD><TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Applications');
document.write('</SPAN></TD></TR><TR bgcolor=F9F9F9><TD><SPAN class="bodytext">&middot\;');
}

function featureBoxNoApp(){
document.write('</CENTER>');
//document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:235; left:0; width:585; visibility:visible; z-index:0">');
document.write('<TABLE border=0 cellpadding=2 cellspacing=1 width=565 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=565 bgcolor=d0d0d0>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=1 width=565>');
document.write('<TR bgcolor=f0f0f0>');
document.write('<TD VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Features');
document.write('</SPAN></TD></TR><TR bgcolor=F9F9F9><TD><SPAN class="bodytext">&middot\;');
}


function featureBoxCompact(){
document.write('</CENTER>');
document.write('</TD></TR></TABLE>');
document.write('<DIV class="bodytext" ID="body" STYLE="position:absolute; top:305; left:0; width:585; visibility:visible; z-index:0">');
document.write('<TABLE border=0 cellpadding=2 cellspacing=1 width=565 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=565 bgcolor=d0d0d0>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=1 width=565>');
document.write('<TR bgcolor=f0f0f0>');
document.write('<TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Features');
document.write('</SPAN></TD><TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Applications');
document.write('</SPAN></TD></TR><TR bgcolor=f0f0f0><TD><SPAN class="bodytext">&middot\;');
}


function featureBoxSBC(){
document.write('</CENTER>');
document.write('</TD></TR></TABLE>');
document.write('<DIV class="bodytext" ID="body" STYLE="visibility:visible; z-index:0">');
document.write('<TABLE border=0 cellpadding=2 cellspacing=1 width=565 align=center>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=0 cellspacing=0 width=565 bgcolor=d0d0d0>');
document.write('<TR><TD>');
document.write('<TABLE border=0 cellpadding=5 cellspacing=1 width=565>');
document.write('<TR bgcolor=f0f0f0>');
document.write('<TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Features');
document.write('</SPAN></TD><TD width="50%" VALIGN=TOP background="http://www.innovative-dsp.com/products/images/feattablebk.gif">');
document.write('<SPAN class="paratitle">');
document.write('Applications');
document.write('</SPAN></TD></TR><TR bgcolor=f0f0f0><TD><SPAN class="bodytext">&middot\;');
}

function endFeatureBox(){
document.write('<BR></SPAN></TD></TR></TABLE></TD></TR></TABLE></TD></TR><TR><TD colspan=2 valign=top><BR><SPAN class="paratitle">Overview<BR></SPAN><SPAN class="bodytext">');
}

function endFeatureBoxNoApp(){
document.write('<BR></SPAN></TD></TR></TABLE></TD></TR></TABLE></TD></TR><TR><TD valign=top><BR><SPAN class="paratitle">Overview<BR></SPAN><SPAN class="bodytext">');
}

var omni=0;
var dev=0;

function contentEnd(site, series, product, omni, dev){
document.write('</SPAN><BR></TD></TR><TR><TD><HR>');
document.write('<TABLE valign=middle cellpadding=0 cellspacing=0 border=0 width=100%><TR><TD valign=middle>');
document.write('<SPAN class="bodytext"><A HREF="index.htm"><B>Products</B></A> > <A HREF="'+site+'"><B>'+series+'</B></A> > <B>'+product+'</B></SPAN></TD><TD align=right>');


if (omni == 1){
document.write('<A HREF="http://www.innovative-dsp.com/products/omnibus.htm" onMouseOver="window.status=\' \'\; return true;"><IMG SRC="http://www.innovative-dsp.com/products/images/smallomnibuslogo.gif" alt="OMNIBUS - The most I/O options available!" border=0 align=right height=31 width=118></A></TD><TD align=right>');
}

if (omni == 2){
document.write('<A HREF="http://www.innovative-dsp.com/products/pmc.htm" onMouseOver="window.status=\' \'\; return true;"><IMG SRC="http://www.innovative-dsp.com/products/images/smallpmclogo.gif" alt="Velocia PMC/XMC Modules available!" border=0 align=right height=31 width=118></A></TD><TD align=right>');
}

if (dev == 1){
document.write('<A HREF="http://www.innovative-dsp.com/products/devpack.htm" onMouseOver="window.status=\' \'\; return true\;"><IMG SRC="http://www.innovative-dsp.com/products/images/smalldevpacklogo.gif" alt="DevPack Available! Click for details." border=0 align=right height=31 width=150></A></TD><TD align=right>');
}

document.write('</TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></CENTER><CENTER>');
document.write('</TD></TR></TABLE></TD></TR></TABLE>');
document.write('</CENTER></DIV></DIV>');
}



function contentEnd2(){
document.write('</TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></CENTER><CENTER>');
document.write('</CENTER></DIV>');
}


function sideMenuBegin(){
document.write('<DIV class="bodytext" ID="sidemenu2" STYLE="position:absolute; top:130; left:-7; width:154; visibility:visible;">');
}

var title=0;
var product=0;
var man=0;
var dri=0;
var quo=0;
var bo="";
var bc="";
var bo2="";
var bc2="";
var bo3="";
var bc3="";
var bo4="";
var bc4="";
var bo5="";
var bc5="";
var bo6="";
var bc6="";
var bo7="";
var bc7="";
var bo8="";
var bc8="";
var bo9="";
var bc9="";
var customType;
var customType2;
var customType3;
var customType4;
var customType5;
var customType6;
var customType7;
var customType8;
var customType9;
var customLink;
var customLink2;
var customLink3;
var customLink4;
var customLink5;
var customLink6;
var customLink7;
var customLink8;
var customLink9;
var customTitle;
var customTitle2;
var customTitle3;
var customTitle4;
var customTitle5;
var customTitle6;
var customTitle7;
var customTitle8;
var customTitle9;
var custom;
var custom2;
var custom3;
var custom4;
var custom5;
var custom6;
var custom7;
var custom8;
var custom9;

function mainSideMenu(matador, velocia, title, product, man, dri, quo){

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=151>');
document.write('<TR><TD valign=top> &nbsp; </TD><TD><TABLE border=0 class="sidebar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" cellpadding=0 cellspacing=0 width=150 valign=top border=0>');

document.write('<TR valign="middle"><TD height="26" width="10" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif">&nbsp;</TD><TD height="26" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif"><span class=bodytext><B>&nbsp;'+title+'</B></span>');


document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxdatasheetxx" HREF=\'http://www.innovative-dsp.com/support/datasheets/'+product+'.pdf\' onmouseover="window.status=\' \'\; return true\;">Data Sheet</B> <span class="bodytextcs">[PDF]</span></A>');

document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxblkdiaxx" HREF="javascript://" onclick="window.open(\'blockdiagram.html\',\'diagramwindow\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=450\')\;"  onmouseover="window.status=\' \'\; return true\;">Block Diagram</B> <span class="bodytextcs">[Flash]</span></A>');



if (man == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
//document.write('<span class=bodytext><A name="xxmanualxx" HREF="http://www.innovative-dsp.com/cgi/docs.cgi?product='+boardUpper+'&oddrowcolor=e0e0e0&evenrowcolor=f0f0f0&headingcolor=d0d0d0&headingfontcolor=1B52A6" onmouseover="window.status=\' \'\; return true\;">Manuals/Help Files</B></A>');

	if ((boardLower == "armada") || (boardLower == "chicoplus") || (boardLower == "cchicoplus") || (boardLower == "lobo") || (boardLower == "m44") || (boardLower == "m6x") || (seriesLower == "omnibus") || (boardLower == "sbc6x") || (boardLower == "q6x"))
		document.write('<span class=bodytext><A name="xxmanualxx" HREF="http://www.innovative-dsp.com/cgi/docsL.cgi?product=');
	else
		document.write('<span class=bodytext><A name="xxmanualxx" HREF="http://www.innovative-dsp.com/cgi/docs.cgi?product=');

			if (seriesLower == "omnibus"){
				document.write(seriesLower);
				}
				else{
				document.write(boardUpper);
				}

document.write('&oddrowcolor=e0e0e0&evenrowcolor=f0f0f0&headingcolor=d0d0d0&headingfontcolor=1B52A6" onmouseover="window.status=\' \'\; return true\;">Manuals/Help Files</B></A>');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxmanualxx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" title="Coming Soon..."  onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Manuals/Help Files</B></A>');
}

if (dri == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxdrivexx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/support/drivers/InstallFromWeb.exe\',\'zumadl\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=320\')\;" onmouseover="window.status=\' \'\; return true\;" onmouseover="window.status=\' \'\; return true\;">Drivers</A></span>');
}
else if (dri == 2){
document.write('');
document.write('');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxdrivexx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" onmouseover="window.status=\' \'\; return true\;" onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Drivers</A></span>');
}


if (matador == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxmoverxx" HREF=\'http://www.innovative-dsp.com/support/datasheets/matador.pdf\' onmouseover="window.status=\' \'\; return true\;">Matador Overview</B> <span class="bodytextcs">[PDF]</span></A>');
}

if (velocia == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxvoverxx" HREF=\'http://www.innovative-dsp.com/support/datasheets/velocia.pdf\' onmouseover="window.status=\' \'\; return true\;">Velocia Overview</B> <span class="bodytextcs">[PDF]</span></A>');
}

if (customType != ""){
bo="[";
bc="]";
}

if (customType2 != ""){
bo2="[";
bc2="]";
}

if (customType3 != ""){
bo3="[";
bc3="]";
}
else{}

if (customType4 != ""){
bo4="[";
bc4="]";
}

if (customType5 != ""){
bo5="[";
bc5="]";
}

if (customType6 != ""){
bo6="[";
bc6="]";
}

if (customType7 != ""){
bo7="[";
bc7="]";
}

if (customType8 != ""){
bo8="[";
bc8="]";
}

if (customType9 != ""){
bo9="[";
bc9="]";
}

if (custom == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcoverxx" HREF='+customLink+' onmouseover="window.status=\' \'\; return true\;">'+customTitle+'</B> <span class="bodytextcs">'+bo+customType+bc+'</span></A>');
}

if (custom2 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover2xx" HREF='+customLink2+' onmouseover="window.status=\' \'\; return true\;">'+customTitle2+'</B> <span class="bodytextcs">'+bo2+customType2+bc2+'</span></A>');
}

if (custom3 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover3xx" HREF='+customLink3+' onmouseover="window.status=\' \'\; return true\;">'+customTitle3+'</B> <span class="bodytextcs">'+bo3+customType3+bc3+'</span></A>');
}

if (custom4 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover4xx" HREF='+customLink4+' onmouseover="window.status=\' \'\; return true\;">'+customTitle4+'</B> <span class="bodytextcs">'+bo4+customType4+bc4+'</span></A>');
}

if (custom5 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover5xx" HREF='+customLink5+' onmouseover="window.status=\' \'\; return true\;">'+customTitle5+'</B> <span class="bodytextcs">'+bo5+customType5+bc5+'</span></A>');
}

if (custom6 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover6xx" HREF='+customLink6+' onmouseover="window.status=\' \'\; return true\;">'+customTitle6+'</B> <span class="bodytextcs">'+bo6+customType6+bc6+'</span></A>');
}

if (custom7 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover7xx" HREF='+customLink7+' onmouseover="window.status=\' \'\; return true\;">'+customTitle7+'</B> <span class="bodytextcs">'+bo7+customType7+bc7+'</span></A>');
}

if (custom8 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover8xx" HREF='+customLink8+' onmouseover="window.status=\' \'\; return true\;">'+customTitle8+'</B> <span class="bodytextcs">'+bo8+customType8+bc8+'</span></A>');
}

if (custom9 == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxcover9xx" HREF='+customLink9+' onmouseover="window.status=\' \'\; return true\;">'+customTitle9+'</B> <span class="bodytextcs">'+bo9+customType9+bc9+'</span></A>');
}

if (quo == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxquotexx" HREF="http://www.innovative-dsp.com/register/goquote'+product+'.html" onmouseover="window.status=\' \'\; return true\;">Instant Price Quote</A>');
}
else if (quo == 2){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxquotexx" HREF="http://www.innovative-dsp.com/register/goquote'+seriesLower+'.html?'+boardLower+'" onmouseover="window.status=\' \'\; return true\;">Instant Price Quote</A>');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxquotexx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Instant Price Quote</A></span>');
}

document.write('</TD></TR><TR><TD valign=top></TD></TR></TABLE></TD></TR></TABLE>');
}





function productSideMenu(periph){
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=151>');
document.write('<TR><TD valign=top> &nbsp; </TD><TD><TABLE border=0 class="sidebar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" cellpadding=0 cellspacing=0 width=150 valign=top border=0>');

document.write('<TR valign="middle"><TD height="26" width="10" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif">&nbsp;</TD><TD height="26" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif"><span class=bodytext><B>&nbsp;Products</B></span>');

document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');

if (periph=="duet")
{
document.write('<span class=bodytext><A name="xxpmcxx" HREF="pmc.htm" onMouseOver="window.status=\' \'\; return true\;">PMC/XMC Modules</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
}

if (periph=="quadia")
{
document.write('<span class=bodytext><A name="xxpmcxx" HREF="pmc.htm" onMouseOver="window.status=\' \'\; return true\;">PMC/XMC Modules</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
}

if (periph=="quixote")
{
document.write('<span class=bodytext><A name="xxpmcxx" HREF="pmc.htm" onMouseOver="window.status=\' \'\; return true\;">PMC/XMC Modules</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
}

if (periph=="pmc")
{
document.write('<span class=bodytext><A name="xxvelociaxx" HREF="velocia.htm" onMouseOver="window.status=\' \'\; return true\;">Velocia DSP/FPGA/PMC</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
}

if (omnibus==1)
{
document.write('<span class=bodytext><A name="xxomnixx" HREF="omnibus.htm" onMouseOver="window.status=\' \'\; return true\;">OMNIBUS I/O Modules</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
}

document.write('<span class=bodytext><A name="xxdevxx" HREF="software.htm?'+seriesLower+'" onMouseOver="window.status=\' \'\; return true\;">Dev Tools</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxallxx" HREF="index.htm" onMouseOver="window.status=\' \'\; return true\;">All Products</B></A></span>');
document.write('</TD></TR><TR><TD valign=top></TD></TR></TABLE></TD></TR></TABLE>');
}



function supportSideMenu(subject){
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=151>');
document.write('<TR><TD valign=top> &nbsp; </TD><TD><TABLE border=0 class="sidebar');if (navigator.appName=='Netscape'){document.write('NS');}document.write('" cellpadding=0 cellspacing=0 width=150 valign=top border=0>');

document.write('<TR valign="middle"><TD height="26" width="10" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif">&nbsp;</TD><TD height="26" background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif"><span class=bodytext><B>&nbsp;Support</B></span>');

document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxforumxx" HREF="http://www.innovative-dsp.com/discus/" onmouseover="window.status=\' \'\; return true\;">Product Forums</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxesalesxx" HREF="mailto:sales@innovative-dsp.com?subject=Sales Question RE:'+subject+'" onmouseover="window.status=\' \'\; return true\;">e-mail Sales</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxetechxx" HREF="mailto:techsprt@innovative-dsp.com?subject=Tech Support Question RE:'+subject+'" onmouseover="window.status=\' \'\; return true\;">e-mail Tech Support</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxacrobatxx" HREF="http://www.adobe.com/products/acrobat/readstep.html" target="getAcrobat" onmouseover="window.status=\' \'\; return true\;">Acrobat Reader</B></A></span>');
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxflashxx" HREF="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="getFlash" onmouseover="window.status=\' \'\; return true\;">Flash Player</B></A></span>');
}


function sideMenuEnd(){
document.write('</TD></TR><TR><TD valign=top background="http://www.innovative-dsp.com/common/sidemenuBottom.gif">&nbsp;</TD><TD valign=top background="http://www.innovative-dsp.com/common/sidemenuBottom.gif">&nbsp;<BR><BR>');
document.write('</TD></TR></TABLE></TD></TR></TABLE>');
document.write('</DIV>');
}





function mainSideMenu_super1(matador, velocia, title, product){

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=147>');
document.write('<TR><TD valign=top> &nbsp; </TD><TD><TABLE cellpadding=2 width=145 valign=top border=0><TR>');

document.write('<TD valign=top  background="http://www.innovative-dsp.com/common/menuTableBkHeader.gif">');
document.write('<span class=bodytext><B>'+title+'</B></span>');

if (matador == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxmoverxx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/support/datasheets/matador.pdf\',\'manualwindow\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=347,height=450\')\;" onmouseover="window.status=\' \'\; return true\;">Matador Overview</B></A> </span><span class="bodytextcs">[PDF]</span>');
}

if (velocia == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxvoverxx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/support/datasheets/velocia.pdf\',\'manualwindow\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=347,height=450\')\;" onmouseover="window.status=\' \'\; return true\;">Velocia Overview</B></A> </span><span class="bodytextcs">[PDF]</span>');
}

document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxdatasheetxx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/support/datasheets/'+product+'.pdf\',\'manualwindow\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=347,height=450\')\;" onmouseover="window.status=\' \'\; return true\;">Data Sheet</B></A> </span><span class="bodytextcs">[PDF]</span>');

}
//document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
//document.write('<span class=bodytext><A name="xxblkdiaxx" HREF="javascript://" onclick="window.open(\'images/'+product+'diagram.swf\',\'diagramwindow\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=450\')\;"  onmouseover="window.status=\' \'\; return true\;">Block Diagram</B></A> </span><span class="bodytextcs">[Flash]</span>');


function mainSideMenu_super2(man, dri, quo){

if (man == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxmanualxx" HREF="http://www.innovative-dsp.com/support/drivers/Documents.exe" onmouseover="window.status=\' \'\; return true\;">Manuals/Help Files</B></A> </span><span class="bodytextcs">[EXE]</span>');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxmanualxx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" title="EXE file containing the latest manuals and help files [Coming Soon...]"  onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Manuals/Help Files</B></A> </span><span class="bodytextcs">[EXE]</span>');
}

if (dri == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxdrivexx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/support/drivers/InstallFromWeb.exe\',\'zumadl\',\'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=320\')\;" onmouseover="window.status=\' \'\; return true\;" onmouseover="window.status=\' \'\; return true\;">Drivers</A></span>');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxdrivexx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" onmouseover="window.status=\' \'\; return true\;" onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Drivers</A></span>');
}

if (quo == 1){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxquotexx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/register/goquote'+product+'.html\',\'wquote\',\'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=760,height=500\')\;" onmouseover="window.status=\' \'\; return true\;">Instant Price Quote</A>');
}
else if (quo == 2){
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytext><A name="xxquotexx" HREF="javascript://" onclick="window.open(\'http://www.innovative-dsp.com/register/goquote'+seriesLower+'.html\',\'wquote\',\'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=760,height=500\')\;" onmouseover="window.status=\' \'\; return true\;">Instant Price Quote</A>');
}
else{
document.write('</TD></TR><TR><TD valign=top width=10>&nbsp;</TD><TD valign=top>');
document.write('<span class=bodytextcs><A name="xxquotexx" HREF="javascript://" onclick="alert(\'Coming Soon...\')\;" onmouseover="window.status=\' \'\; return true\;"><span class="bodytextcs">Instant Price Quote</A></span>');
}

document.write('</TD></TR><TR><TD valign=top  background="http://www.innovative-dsp.com/common/menuTableBk.gif"></TD></TR></TABLE></TD></TR></TABLE>');
}





function PullMenu(targ,selObj){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"&oddrowcolor=e0e0e0&evenrowcolor=f0f0f0&headingcolor=d0d0d0&headingfontcolor=1B52A6'");
}



function isjim(){

//	if (doClear=="jah"){
//		document.write('<TR><TD valign=top width=10>&nbsp\;</TD><TD valign=top bgcolor=red><span class=bodytext>');
//		document.write('<A HREF="javascript://" onClick="window.open(\'WebQuoteSend.html\', \'WQS\', \'toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,width=700,height=400\')" border="0">Jim\'s Version</A>');
//		}
}





function narrow(){

//	var durl = document.URL; 
//	var ser = (durl.indexOf("?"));
//	doClear = (durl.substring(ser+1));

	//alert("durl "+durl);
	//alert("ser "+ser);
	//alert("jdc1 "+doClear);
	
//	if (ser <= 0)
//		{
//		doClear = "url";
//		}

//	if (doClear == "")
//		{
//		doClear = "url";
//		}
	
	//alert("jdc2 "+doClear);
	}


		

function getexpirydate( nodays){
var UTCstring;
Today = new Date();
nomilli=Date.parse(Today);
Today.setTime(nomilli+nodays*24*60*60*1000);
UTCstring = Today.toUTCString();
return UTCstring;
}
function getcookie(cookiename) {
 var cookiestring=""+document.cookie;
 var index1=cookiestring.indexOf(cookiename);
 if (index1==-1 || cookiename=="") return ""; 
 var index2=cookiestring.indexOf(';',index1);
 if (index2==-1) index2=cookiestring.length; 
 return unescape(cookiestring.substring(index1+cookiename.length+1,index2));
}
function setcookie(name,value,duration){
cookiestring=name+"="+escape(value)+";EXPIRES="+getexpirydate(duration);
document.cookie=cookiestring;
if(!getcookie(name)){
return false;
}
else{
return true;
}
}

function setURL(){
	if(getcookie("IIEmailCookie")){
		if(getcookie("superquote")){
			//alert("Super!");
			document.write('?jah');
			}
			else
			{
			//alert("Not Super!");
			document.write('');
		}
	}
}

function ieUpdate()
	{
	objects = document.getElementsByTagName("object");
	for (var i = 0; i < objects.length; i++)
		{
		objects[i].outerHTML = objects[i].outerHTML;
		}
	}
		

function wql()
	{
  		document.write('<A HREF="http://quote.innovative-dsp.com/WebQuote.exe?foreign=Domsetic&'+lnk);
  		document.write('DOMESTIC LINK</A><BR><BR>');
  		document.write('<A HREF="http://quote.innovative-dsp.com/WebQuote.exe?foreign=International&'+lnk);
		document.write('INTERNATIONAL LINK</A><BR><BR>');
	}

function wvb()
	{

document.write('<%@language="VBScript"%>');
document.write('<%');
document.write('Response.Write "var ipa =\'" & Request.ServerVariables("REMOTE_ADDR")');
document.write('Response.Write "\'"');
document.write('%>');
}




function IIQcookie(cookiename) {
var cookiestring=""+document.cookie;
var index1=cookiestring.indexOf(cookiename);
 
if (index1==-1 || cookiename=="") return ""; 
var index2=cookiestring.indexOf(';',index1);
if (index2==-1) index2=cookiestring.length; 
jav = unescape(cookiestring.substring(index1+cookiename.length+1,index2));
	displayQLink();
	}

function displayQLink(){
//document.write (jav);
sl = jav.length;
as = jav.indexOf('@')+1;
fs = jav.substring(sl,as);

if (fs == "innovative-dsp.com")
	{
	wql();
	}
	
//document.write('<BR><BR>email length '+sl);
//document.write('<BR><BR>@ '+as);
//document.write('<BR><BR>Name Chop '+fs);
//document.write('<BR><BR>'+document.cookie);

}



function SCB(FormName, FieldName, CheckValue)
{
	if(!document.forms[FormName])
		return;
	var objCheckBoxes = document.forms[FormName].elements[FieldName];
	if(!objCheckBoxes)
		return;
	var countCheckBoxes = objCheckBoxes.length;
	if(!countCheckBoxes)
		objCheckBoxes.checked = CheckValue;
	else
		// set the check value for all check boxes
		for(var i = 0; i < countCheckBoxes; i++)
			objCheckBoxes[i].checked = CheckValue;
}

