
var objLC = new Object();

objLC['Aeroflex - KDI Inc'] = ['aeroflexinc.jpg', 'www.aeroflex-kdi.com', 'Pin diode switches and attenuators, filters & switch filters, multi-function M/W modules, couplers, dividers and combiners.', 
						 []];

objLC['Aeroflex - KDI '] =	['aeroflexresistor.jpg', 'www.aeroflex-kdi.com', 'RF/microwave surface mounted resistor products, terminations, resistors, attenuators.', 
						 []];

objLC['ASC'] =			['asc.jpg', 'www.asc-i.com', 'RF Printed Circuit Board Manufacture, Heat Sink Technology, High Performance Materials, Sequential Lamination, BGA, Ultra Fine Pitch.', 
						 []];

objLC['Cree'] =			['cree.jpg', 'www.cree.com/products/wireless.asp', 'Silicon Carbide (SIC) MESFET and Gallium Nitride (GaN) HEMT Devices.  MMIC\'s for Wireless and Military Communications Applications.', 
						 []];

objLC['Delta'] =		['delta.jpg', 'www.deltarf.com', 'Standard and Custom RF coaxial connectors (N, TNC, 7/16, BMA, SC, GPO) and cable assemblies for Military/Avionics, Test & Measurement, and Commercial Applications.', 
						 []];

objLC['Empower RF'] =	['empowerrf.jpg', 'www.empowerrf.com', 'High Power RF Amplifier Systems and Modules, RF Front End Systems.', 
						 []];

objLC['Mars'] =			['mars.jpg', 'www.mars-antennas.com', 'Antennas for WLAN, Broadband, Automotive, Cellular, SMR and GPS.  Custom RF Solutions.', 
						 []];

objLC['Microphase'] =	['microphase.jpg', 'www.microphase.com', 'Multiplexers, Switch Filter Assemblies, Filters, Diplexers, Detectors, and Detector Logarithmic Video Amplifiers (DLVA).', 
						 []];

objLC['Microsorb'] =		['microsorb.jpg', 'www.microsorbtech.com', 'RF Absorbers: anechoic, cavity resonance, castable, narrow and broadband absorber materials.   Dielectric Materials: low loss foam and thermoset dielectric products.', 
						 []];

objLC['MtronPTI'] =		['mtron.gif', 'www.mtronpti.com', 'AT and SC Cut Crystal Resonators, Crystal Filters, Lumped Element Filters, Clock Oscillators, VCXOs, TCXOs, OCXOs.', 
						 []];

objLC['Nestronics'] =	['nestronics.jpg', 'www.nestronics.com.sg', 'RF and Microwave Contract Manufacturing One-stop manufacturing solution provider.', 
						 []];

objLC['Passive Plus'] =	['passiveplus.jpg', 'www.passiveplus.com', 'Provides High Q, High Power Chip Ceramic Capacitors.', 
						 []];

objLC['RelComm'] =		['relcomm.gif', 'www.relcommtech.com', 'RF Surface Mount Relays. RF & Microwave Coaxial Relays.', 
						 []];

objLC['SkyWorks'] =		['skyworks.jpg', 'www.skyworksinc.com', 'Diodes, FETs, MMIC Switches, Attenuators & Amplifiers, MMIC Power Dividers, Couplers & Hybrids, Power Amplifiers, Antenna Switch Modules, Phase Shifters, RF/IF ICs and Subsystems, Complete Wireless Systems.', 
						 []];

objLC['Thunderline-Z'] = ['thunderlinez.jpg', 'www.thunderlinez.com', 'Glass to metal seals, Feedthru’s (DC, RF, Cap) – Hermetic packages.  Standard designs plus custom options.', 
						 []];

objLC['Trans-Tech'] =	['transtech.jpg', 'www.trans-techinc.com', 'Dielectric Resonators, Coaxial Resonators, Ceramic Bandpass Filters, Ceramic Powders, Garnets and Ferrites.', 
						 []];

objLC['WanTcom'] =		['wantcom.jpg', 'www.wantcominc.com', 'RF/Microwave Low Noise Amplifiers, Power Amplifiers and Subsystems.  Standard Products and Customized Soltions.', 
						 []];
/*
objLC['-'] =			['image', 'url', 'LineDescription', 
						 []];

*/


function getLineCard(x) {
	document.write('<h3>' + _Products[x][1] + '</h3><br />');
	for( var i = 2; i <= _Products[x].length-1; i++) {
		writeLC(_Products[x][i]);
		//document.write('<div style="padding-top:5px;"></div><hr />');
		writeDisti1(_Products[x][i], i);
	}
}
function writeLC(lc) {
	document.write("<tr onmouseover=MouseOver(this); onclick=Select(this,'http://" + objLC[lc][1] + "') onmouseout=MouseOut(this);>" + 
				   "<td><img src=images/line/" + objLC[lc][0] + " /></td>" +
				   "<td>" + objLC[lc][2] + "</td>"
				   );
}
/*
	document.write('<table border="0" cellpadding="0" cellspacing="0" style="width: 99%; padding: 10px 0px 7px 0px;"><tr><td valign="top" style="width: 50%;">' + 
				   '<a href="http:/' + '/' + objLC[lc][1] + '" target="_blank"><img src="images/line/' + objLC[lc][0] + '" /></a>' + 
				   '</td><td align="right" valign="top">' + 
				   '<strong>' + lc + '</strong><br /><a href="http:/' + '/' + objLC[lc][1] + '" target="_blank">' + objLC[lc][1] + '</a>' + 
				   '</td></tr></table>' + 
				   objLC[lc][2] + '<br />'
				   );

<table class="LineCard" id="tblLine" cellSpacing="0" cellPadding="5" width="100%" border="0">
	<tr>
		<th colSpan="2"><img height="1" src="images/spacer.gif" width="1" /></th>
	</tr>
	<tr onmouseover="MouseOver(this);" onclick="Select(this,'http://www.trans-techinc.com/')" onmouseout="MouseOut(this);">
		<td><img src="images/line/logo_transtech.jpg" width="150" height="25" border="0" /></td>
		<td>Dielectric Resonators, Coaxial Resonators, Ceramic Bandpass Filters, Ceramic Powders, Garnets and Ferrites.</td>
	</tr>
</table>
	document.write('<h4>Line Card</h4><br />');
*/
function getLineCardAll() {		// LOOP thru each LC property
	document.write('<table class="LineCard" id="tblLine" cellSpacing="0" cellPadding="0" width="100%" border="0">' +
				   '<tr><th colSpan="2"><img src="images/spacer.gif" height="1" width="1" /></th></tr>')
	for (prop in objLC) {
		writeLC(prop);
	}
	document.write('</table>')
}
