//	<!--- cybersite.de web dev (c)2006-11-D
var interv=null;
function init(){
		// dont show scriptnavi if script is disabled...
		var dings=null;dings=document.getElementById("subnavi");if(dings){dings.style.visibility="visible"}
		}
function scrldwn(divid,stps,objid){
		var murks=0;
		var ding=null;
		if(divid){	ding=document.getElementById(divid)}
		else{		ding=top.frames.fr_cont.document.body}
		if(ding){
			murks=ding.scrollTop;
			ding.scrollTop=ding.scrollTop+stps;
			if(ding.scrollTop==murks){
					if(objid){
						var tmpid=null;
						tmpid=document.getElementById(objid);
						if(tmpid){tmpid.style.color="#fc0000"}
						}
					}
			//top.document.title=ding.scrollTop;
			}
		} 
function gotop(){
		var ding=top.frames.fr_cont.location.href;
		var mar=ding.indexOf("#");
		if(mar>0){		ding=ding.substr(0,mar)	}
		top.frames.fr_cont.location.href=ding+"#PTOP";
		}
function gobot(){
		var ding=top.frames.fr_cont.location.href;
		var mar=ding.indexOf("#");
		if(mar>0){		ding=ding.substr(0,mar)	}
		top.frames.fr_cont.location.href=ding+"#PBOT";
		}
function goprev(){
		}
function gonext(){
		}


function printcont(){
		alert("print");
		}

function sitemap(){
		alert("sitemap");
		}


//	--->

