function signsShow(sign1,sign2,sign3,sign4,sign5){
	if (sign1 != '') {
	document.write('<a href=\"javascript:openKey(\'hot\');\"><img src=\"images/symbols/hot.gif\" width=\"20\" height=\"18\" border=\"0\"></a>');
	}
	if (sign2 != '') {
	document.write('<a href=\"javascript:openKey(\'new\');\"><img src=\"images/symbols/new.gif\" width=\"20\" height=\"18\" border=\"0\"></a>');
	}
	if (sign3 != '') {
	document.write('<a href=\"javascript:openKey(\'xtra\');\"><img src=\"images/symbols/xtra.gif\" width=\"20\" height=\"18\" border=\"0\"></a>');
	}
	if (sign4 != '') {
	document.write('<a href=\"javascript:openKey(\'special\');\"><img src=\"images/symbols/special.gif\" width=\"20\" height=\"18\" border=\"0\"></a>');
	}
	if (sign5 != '') {
	document.write('<a href=\"javascript:openKey(\'best\');\"><img src=\"images/symbols/best.gif\" width=\"20\" height=\"18\" border=\"0\"></a>');
	}
}

function articleShow(article) {
	if (article != '') {
	document.write('<a href=\"index.php?f=download.php&binacode=' + article + '\"><img src=\"images/article.gif\" width=\"113\" height=\"32\" border=\"0\" vspace=\"2\" alt=\"Download Article\"></a>');
	}
}

function dataShow(data) {
	if (data != '') {
	document.write('<a href=\"index.php?f=download.php&binacode=' + data + '\"><img src=\"images/data.gif\" width=\"113\" height=\"32\" border=\"0\" vspace=\"2\" alt=\"Download Datasheet\"></a>');
	}
}

function heavyShow(heavy) {
	if (heavy != 'A') {
	document.write('<a href=\"javascript:openKey(\'heavy\');\"><img src=\"images/symbols/heavy.gif\" width=\"24\" height=\"16\" border=\"0\"></a>');
	}
}

function largeShow(large,group) {
	if (large == '2') {
		document.write('<a href=\"JavaScript:openLarge(\'2\','+group+');\"><img src=\"images/magnify2.gif\" width=\"127\" height=\"22\" border=\"0\" vspace=\"8\"></a>');
	} else if (large == '4') {
		document.write('<a href=\"JavaScript:openLarge(\'4\','+group+');\"><img src=\"images/magnify2.gif\" width=\"127\" height=\"22\" border=\"0\" vspace=\"8\"></a>');
	} else {
		document.write('<a href=\"JavaScript:openLarge(\'0\','+group+');\"><img src=\"images/magnify1.gif\" width=\"84\" height=\"22\" border=\"0\" vspace=\"8\"></a>');
	}
}