<!--

function techpopup(fid)
{
	var theURL = "";
/*	if(fid == 12)
	{
		theURL = "../info/popup/tech_compressor.html";
		window.open(theURL,"Compressor","width=520,height=735,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 13)
	{
		theURL = "../info/popup/tech_ds.html";
		window.open(theURL,"DuraShock","width=520,height=725,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 14)
	{
		theURL = "../info/popup/tech_fusion.html";
		window.open(theURL,"Fusion","width=520,height=755,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 15)
	{
		theURL = "../info/popup/tech_dssr.html";
		window.open(theURL,"DuraShockSR","width=520,height=735,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 19)
	{
		theURL = "../info/popup/tech_goretex.html";
		window.open(theURL,"GoreTex","width=520,height=570,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 29)
	{
		theURL = "../info/popup/tech_semc.html";
		window.open(theURL,"SEMC","width=520,height=635,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else if(fid == 57)
	{
		theURL = "../info/popup/tech_shox.html";
		window.open(theURL,"SEMC","width=520,height=755,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	}
	else
	{*/
		theURL = "../info/popup/tech_basic.aspx?fid="+ fid;
		window.open(theURL,"Tech","width=300,height=300,toolbar=0,scrollbars=0,statusbar=0,resizable=1");
	//}
}

//-->
