function favorit(adresse,titel){
 var beschr = "ask - audio studio kradolfer";
 if (document.all && !window.opera){ //IE5+
  window.external.AddFavorite(adresse,titel);
 } else if (window.opera){ //Opera
  document.write("<a href=\"" + adresse + "\" title=\"" + titel + "\" rel=\"sidebar\">" + beschr + "</a>");
 } else if ((typeof window.sidebar == 'object') && (typeof window.sidebar.addPanel == 'function')){ //Gecko
  window.sidebar.addPanel(titel,adresse,"");
}}

function Zeige(bild){  // Angebote HiRes Bild zeigen
 document.write('<html><head><title>audio studio kradolfer - Angebote Detailbild<\/title><link rel="stylesheet" type="text\/css" media="screen" href="style.css" \/><\/head><body>'+
 '<div style="margin-top:0.6em; width:100%; min-width:78.2em; text-align:center;"><img id="logo" src="askfirma.png" alt="" \/><\/div><br \/>'+
 '<div style="margin-top:0.6em; width:100%; min-width:78.2em; text-align:center;"><a href="javascript:history.back();" onfocus="if(this.blur()){this.blur();}"><img src="ange\/'+bild+'" alt="zur&uuml;ck"><\/a><\/div><br \/>'+
 '<div style="margin-top:0.6em; width:100%; min-width:78.2em; text-align:center;"><a href="impressum.php"><img src="byask.gif" align="right"><\/a><\/div><\/body><\/html>');
}
