function addbookmark() {
	bookmarkurl="http://www.automatunin.com.pl";
	bookmarktitle="Auto Matunin";
	if (document.all) { window.external.AddFavorite(bookmarkurl,bookmarktitle); }
}

function popup(url, width, height) {
	var left = screen.width/2 - width/2; var top = screen.height/2 - height/2;
	window.open(url,null,"width="+width+",height="+height+",top="+top+",left="+left+",hstatus=no,scrollbars=no,toolbar=no");
}	
