if (document.images) 
{
menyimg1on = new Image();
menyimg1on.src = "images/knapp_start1.gif";
menyimg1off = new Image();
menyimg1off.src = "images/knapp_start.gif";

menyimg2on = new Image();
menyimg2on.src = "images/knapp_nyheter1.gif";
menyimg2off = new Image();
menyimg2off.src = "images/knapp_nyheter.gif";


menyimg3on = new Image();
menyimg3on.src = "images/knapp_om1.gif";
menyimg3off = new Image();
menyimg3off.src = "images/knapp_om.gif";


menyimg4on = new Image();
menyimg4on.src = "images/knapp_medlem1.gif";
menyimg4off = new Image();
menyimg4off.src = "images/knapp_medlem.gif";

menyimg5on = new Image();
menyimg5on.src = "images/knapp_bilder1.gif";
menyimg5off = new Image();
menyimg5off.src = "images/knapp_bilder.gif";

menyimg6on = new Image();
menyimg6on.src = "images/knapp_lyssna1.gif";
menyimg6off = new Image();
menyimg6off.src = "images/knapp_lyssna.gif";

menyimg7on = new Image();
menyimg7on.src = "images/knapp_spelplan1.gif";
menyimg7off = new Image();
menyimg7off.src = "images/knapp_spelplan.gif";


menyimg8on = new Image();
menyimg8on.src = "images/knapp_bokning1.gif";
menyimg8off = new Image();
menyimg8off.src = "images/knapp_bokning.gif";

menyimg9on = new Image();
menyimg9on.src = "images/knapp_press1.gif";
menyimg9off = new Image();
menyimg9off.src = "images/knapp_press.gif";


menyimg10on = new Image();
menyimg10on.src = "images/knapp_gastbok1.gif";
menyimg10off = new Image();
menyimg10off.src = "images/knapp_gastbok.gif";


menyimg11on = new Image();
menyimg11on.src = "images/knapp_lankar1.gif";
menyimg11off = new Image();
menyimg11off.src = "images/knapp_lankar.gif";



menyimg12on = new Image();
menyimg12on.src = "images/knapp_vykort1.gif";
menyimg12off = new Image();
menyimg12off.src = "images/knapp_vykort.gif";



}




function arrow_over(name) {
	if (document.images) {
	document.images [name].src = eval(name + "on.src");
	}
}

function arrow_out(name) {
	if (document.images) {
	document.images [name].src = eval(name + "off.src");
	}
}












{
window.self.status="Välkommen till Farthållarna | Dansmusik | Stockholm"
}



{
if (parent.location.href==location.href) location.href="default.htm";
}












<!-- 
function fixUglyIE()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = fixUglyIE;
}
// -->



