

function Ulubione()
 {
  var url="http://www.internetowydom.pl";
  var title=" --= iNTERNETOWY DOM =--";
  window.external.AddFavorite(url,title);
}

function OpenWindow(theURL,winName,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
  window.open(theURL,winName,settings);
}
function OpenFormatWindow(theURL,winName,w,h,scroll)
{
  LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
  TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
  settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable';
pop = window.open(theURL,winName,settings);
pop.document.write('<title>GALERIA</title><body bgcolor="white" topmargin="0" leftmargin="0">');
pop.document.write('<a href="javascript:window.close();"><img src="'+theURL+'" alt="Zamknij okno" border=0></a>');
pop.document.write('</body>');
}

/*
function stat()
{
 window.status="--= iNTERNETOWY DOM =--";
 setTimeout("stat()",0);
}

 stat();
*/

function OpenPopup(theURL,winName,w,h,scroll)
{
  settings ='height='+h+',width='+w+',scrollbars='+scroll+',resizable'
  window.open(theURL,winName,settings);
}
