function openImage(id){
	var imgurl = document.getElementById('image_'+id).style.backgroundImage.substring(4,(document.getElementById('image_'+id).style.backgroundImage.length-1)); // get img url
	imgurl = imgurl.replace(/"/g, '');
	window.open(imgurl); // open image in new window
}


// JS Warnung ausblenden:
document.getElementById('javascript').style.display='none';


if(firstload){
	var uri = location.href;
	var args = uri.split("#");
		
	if(args[1] && args[1].length > 0) window.setTimeout("loadRS('"+args[1]+"')" ,700);
	else window.setTimeout("loadRS('home')" ,700);
}


window.setTimeout("xhr('GET','./include/shoutbox.php','','shoutbox')" ,700);

