version = navigator.appVersion.toLowerCase();
agent = navigator.userAgent.toLowerCase();
ie = (version.indexOf('msie')>-1);
win = (version.indexOf('windows')>-1);
opera = (agent.indexOf('opera')>-1);

function prn() {
document.write('\074a a  title="Zobrazí dialog pro tisk stránky" class="print" href=\"javascript:goprn();\"\076Vytisknout\074/a\076');
}
function goprn() {
window.print();
}


function fav() {
if ((opera) && (win)) return false;
else if ((ie) && (win)) document.write('\074a class="fav" href=\"javascript:gofav();\"\076Přidat k oblíbeným\074/a\076  | ');
}
function gofav() {
window.external.addFavorite('http://www.mitchi.cz/','Mitchi.cz - second hand s dětským oblečením');
}


 function addfav() {
        title2 = "Mitchi.cz - second hand s dětským oblečením"; 
        url2 = "http://www.mitchi.cz";
	    if (window.sidebar) { window.sidebar.addPanel(title2, url2,"");} 
	    else if( window.external ) { window.external.AddFavorite( url2, title2); }
 } 
