function getICON(system)
{
	//alert(system)
	buildPATH  = "con-c-v2/icontoaster-icons/"+system+".zip";
	document.location.href=buildPATH;
}

