function AddFavorite()
{
        window.external.AddFavorite(location.href, "Kamus.net by eProduct.com");
}
	
function openWindow()
{
  popupWin = window.open('main.php', 'NewWindow', 'width=234,height=361, left=20,top=20')
}


