function getcode2(username) {
	var w = 600;
	var h = 390;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var page='code2.php?u=' + username;
	var features = 'width='+w+',height='+h+',top='+wint+',left='+winl+',scrollbars=1';
	win3=window.open(page,"",features)
}

function getcode3(id) {
	var w = 600;
	var h = 390;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var page='code3.php?id=' + id;
	var features = 'width='+w+',height='+h+',top='+wint+',left='+winl+',scrollbars=1';
	win3=window.open(page,"",features)
}

function doUlubionych() {
	if (window.sidebar) { 
		window.sidebar.addPanel('Statusiki.pl', 'http://www.statusiki.pl',''); 
	} 
	else if( window.external ) { 
		window.external.AddFavorite('http://www.statusiki.pl','Statusiki.pl'); 
	}
}

function domowa() {

	//if (confirm('Czy ustawić jako stronę startowa adres Statusiki.pl?')) {
  	document.body.style.behavior='url(#default#homepage)';
  	document.body.setHomePage(window.location.href);
	//}

}
