function pop(url,theWidth,theHeight,theResize,theScrolli){
	var newWin = window.open(url,'requestdialog','width=' + theWidth + ',height=' + theHeight + ',menubar=no,toolbar=no,resizable='+theResize+', scrollbars=' + theScrolli);
	newWin.focus();
}

var bookmarkurl="http://www.1fc09oberstedten.de" 
var bookmarktitle="1. FC 09 Oberstedten e. V." 

function addbookmark(){ 
if (document.all) 
window.external.AddFavorite(bookmarkurl,bookmarktitle) 
} 