window.defaultStatus="Welcome to Upliftment Sound Berlin";
var over = new Image();
over.src = "html1.jpg";
var orig = new Image();
orig.src = "html.jpg";
function churl(bild)
{
document.images.navi.src = bild.src;
};
function startsite()
{
window.open("solomon/index2.php", "main", "width=840,height=630,scrollbars,resizable");
};
function guests()
{
window.open("guests.htm", "", "width=250,height=200");
};
function flyer(pageID)
{
	var loc="news/flyer.php?flyer_id="+pageID;
	var windowproperties="width=50,height=50,resizable";
	window.open(loc, "flyer",windowproperties);
}
var i=0;
var text="***** Welcome to Upliftment Sound Berlin. Find out everything about the people behind it, the dates, the music. *****";
window.defaultStatus="            ... "+text.substr(0, 40);
function Message()
{
if (i==(text.length)) {
i=0;
clearInterval(intID);
setTimeout(displayM, 5000);
};
var textsegment=text.substr(i, 40);
window.defaultStatus="            ... "+textsegment;
i+=1;
};
function displayM() {
intID=setInterval(Message, 200);
};
function stopit() {
clearInterval(intID);
}

function contact()
{
window.open("contact.htm", "", "width=260,height=250");
};

