function fclick(p) {
	for(i=0; i<6; i++) {
		if(document.getElementById('link'+i)) {
			document.getElementById('link'+i).style.background ='url(images/pc_tab7.gif) no-repeat right top';
			document.getElementById('link'+i).style.color ='#069';
		}
	}
	document.getElementById('link'+p).style.background ='url(images/pc_tab7.gif) no-repeat right bottom';
	document.getElementById('link'+p).style.color ='#F60';
	document.getElementById( "proddet" ).className = "tabbed2";
}
