
function ScriptLaden(path)
{
		if(!top.frames.length>0)
			window.location.href=path;
}
function ScriptLaden1()
{
		if(!top.frames.length>0)
			window.location='../shop-kat.htm';
}
function ScriptLaden2()
{
		if(!top.frames.length>0)
			window.location='../../shop-kat.htm';
}
function reloadIndex()
{
	//alert(top.frames.Inhalt.location.href);
	//if(top.frames.Inhalt.location.name=='vertNavsupport.htm') 
	
	if (top.frames.length>0) 
		{top.frames.Inhalt.location.href='shop.htm'}
	else
		{ScriptLaden()};
	
}

function reloadNavBar()
{
	//alert(top.frames.Inhalt.location.name);
	//if(top.frames.Inhalt.location.name=='vertNavigation.htm') 
	if (top.frames.length>0)
	{
		top.frames.Inhalt.location.href='vertNavsupport.htm';
	}
	else
	{
		ScriptLaden();
	}
}
function reload2Frames(URL1, URL2)
{
	top.frames.Inhalt1.location.href=URL1;
	top.frames.Haupframe1.location.href=URL2;
}

function fsmaximieren()
{
   if(top.frames.length >0)
    top.location.href=self.location;
}
<!-- Begin
var hellotext = "Willkommen im Shop von Billard & Dart Wolfgang Salm"
var thetext = "";
var started = false;
var step = 0;
var times = 1;

function welcometext(hellotext) {
times--;
if (!times) {
if (!started) {
started = true;
window.status = hellotext;
setTimeout("anim()", 2);
}
thetext = hellotext;
   }
}

function anim() {
step++;
if (step==7) step = 1;
if (step==1) window.status = thetext;
if (step==2) window.status = thetext;
if (step==3) window.status = thetext;
if (step==4) window.status = thetext;
if (step==5) window.status = thetext;
if (step==6) window.status = thetext
setTimeout("anim()", 200);
}

	function getAufloesung()
	{
		return screen.width + " x " + screen.height;
	}
	
	function getCSS()
	{
		//Auflösung ermitteln und Frameset laden
		if (getAufloesung()=="1280 x 1024")
		{
			return "<link rel=stylesheet type='text/css' href='../css/1280.css'>";
			
		}
		if (getAufloesung()=="1024 x 768")
		{
			return "<link rel=stylesheet type='text/css' href='../css/1024.css'>";
		}
		if (getAufloesung()=="800 x 600")
		{
			return "<link rel=stylesheet type='text/css' href='../css/800.css'>";		
		}			
		if (getAufloesung()=="640 x 480")
		{
			return "<link rel=stylesheet type='text/css' href='../css/sonstige.css'>";		
		}	
		}
		
		if (getCSS()=="0")
		{
		document.write (getAufloesung());
		document.write (getCSS());
		}	
