function ar() {
  alert("   Tájékoztatjuk Tisztelt ügyfeleinket,\n          hogy üzletünk elköltözött!\n\nÚj címünk: 1139 Budapest, Fáy utca 12/A\n\n                       SDX Kft.");
}

function popupPicture(pictureURL, width, height, sc) {
//alert(width);
//alert(height);
//alert(pictureURL);
t=(screen.availHeight-height)/2;
l=(screen.availWidth-width)/2;

  var frame = window.open('', '', 
'width='+width+',height='+height+',scrollbars='+sc+',location=0,menubar=0,resizable=1,left='+l+',top='+t);
  frame.document.write(
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n'
    +'  <head>\n'
    +'    <title>SDX Kft.</title>'
    +'    <style type="text/css">body {margin: 0px}</style>\n'
    +'    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />\n'
    +'  </head>\n'
    +'  <body>\n'
    +'    <div style="margin: 0px;">\n'
    +'      <a onclick="window.close();" style="cursor : hand;"><img src="'+pictureURL+'" alt="Kattintásra bezája az ablakot!" /></a>\n'
    +'    </div>\n'
    +'  </body>\n'
    +'</html>'
  );
}

function CreateBookmarkLink() {

 title = "Suzuki és Maruti autóalkatrészek"
  // Blogger - Replace with <>
  // MovableType - Replace with <>

 url = "http://www.sdxkft.hu";

    if (window.sidebar) window.sidebar.addPanel(title, url,"");

    else if( window.opera && window.print )
    {
    var mbm = document.createElement('a');
    mbm.setAttribute('rel','sidebar');
    mbm.setAttribute('href',url);
    mbm.setAttribute('title',title);
    mbm.click();
    }

    else if( document.all ) window.external.AddFavorite( url, title);
}
