function linktop10(daslink) {
	
	var index, inhalt;
	index=document.TOP10FORM.top10.selectedIndex;
	inhalt=document.TOP10FORM.top10.options[index].value;
	
	self.location.href=daslink+"?"+inhalt;

}

function serieGo(mainid) {
	
	var index, artid;
	index=document.serienform.serienlink.selectedIndex;
	artid=document.serienform.serienlink.options[index].value;
	
	if(artid==0)return false;
	self.location.href="../artikel/"+artid+"P0M"+mainid+".html";
}

