function bookmarksite(title,url){if(window.sidebar)
window.sidebar.addPanel(title,url,"");else if(window.opera&&window.print){var elem=document.createElement('a');elem.setAttribute('href',url);elem.setAttribute('title',title);elem.setAttribute('rel','sidebar');elem.click();}
else if(document.all)
window.external.AddFavorite(url,title);}
function printSpecial()
{if(document.getElementById!=null){var printHeadElem=document.getElementById("header");var printReadyElem=document.getElementById("content");if(printReadyElem!=null&&printHeadElem!=null){var html='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n';if(document.getElementsByTagName!=null){var headTags=document.getElementsByTagName("head");if(headTags.length>0)
html+=headTags[0].innerHTML;}
html+='\n</head>\n<body align="center">\n';html+='<table width="994" border="0" align="center" cellpadding="0" cellspacing="0">';html+=printHeadElem.innerHTML;html+='<table width="994" border="0" align="center" cellpadding="0" cellspacing="0" id="mid">\n'+'<tr>\n'+'<td width="15" valign="bottom" background="images/mar_ml.jpg"></td>\n'+'<td style="padding-top:9px; padding-bottom:9px"><table width="964" border="0" cellspacing="0" cellpadding="0">\n'+'<tr>\n'+'<td width="222" valign="top"></td>\n'+'<td width="10"></td>\n'+'<td width="562" height="100%" valign="top">'+printReadyElem.innerHTML+'</td>\n'+'<td width="10"></td>\n'+'<td width="160" valign="top" id="rightmenu"></td>\n'+'</tr>\n'+'</table></td>\n'+'<td width="15" valign="bottom" background="images/mar_mr.jpg"></td>\n'+'</tr>\n'+'<tr>\n'+'<td height="10" background="images/mid/c_l.jpg"></td>\n'+'<td background="images/mar_mid.jpg"></td>\n'+'<td background="images/mid/c_r.jpg"></td>\n'+'</tr>\n'+'</table>';html+='\n</body>\n</html>';var printWin=window.open("","printSpecial");printWin.document.open();printWin.document.write(html);printWin.document.close();printWin.print();}else{window.print();}}}
function submitform()
{var sucheform=document.getElementById("suche");sucheform.submit();}