function open_popup(which)
{
	// left hand section popups from images
	if(which=='signaltek')
	{
		myWindow = window.open('downloads/NBM_Signaltek FO.pdf', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='mixmatch')
	{
		myWindow = window.open('downloads/Mix&MatchStatement.pdf', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='rohs')
	{
		myWindow = window.open('downloads/HT RoHS.pdf', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='quensh')
	{
		myWindow = window.open('downloads/Quensh.pdf', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='glossary')
	{
		myWindow = window.open('downloads/Glossary of terms.pdf', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500');
	}
	
	if(which=='sarrat')
	{
		myWindow = window.open('images/sarratt_fc_opt.jpg', "FeaturedProducts", 'toolbar,scrollbars=no,width=800,height=630');
	}
	
	if(which=='toolfreedemo')
	{
		myWindow = window.open('pop_toolfree.html', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=no,width=300,height=450');
	}
	
	// used on featured product page
	if(which=='smartpatch')
	{
		myWindow = window.open('Featured Sheet - Smartpatch(v2).pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='idsystems')
	{
		myWindow = window.open('Feature Sheet - iDHT.pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='rapidnet')
	{
		myWindow = window.open('pop_rapidnet.htm', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='10gplus')
	{
		myWindow = window.open('Feature Sheet - 10GPlus(v2).pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='toolfree')
	{
		myWindow = window.open('Feature Sheet - Toolfreejacks.pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	
	if(which=='icab')
	{
		myWindow = window.open('pop_icab.htm', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='blolite')
	{
		myWindow = window.open('Feature Sheet - Blolite(v2).pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='lantek')
	{
		myWindow = window.open('Feature Sheet - LANTEK.pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	if(which=='homenetwork')
	{
		myWindow = window.open('Feature Sheet - HNS.pdf', "FeaturedProducts", 'resizable=yes,toolbar,scrollbars=yes,width=780,height=500');
	}
	
}		


function open_popup_nqa()
{
	myWindow = window.open('pop_nqa.asp', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500') 
}

function open_popup_terms()
{
	myWindow = window.open('pop_terms.asp', "FeaturedProducts", 'toolbar,scrollbars=yes,width=780,height=500') 
}
