var urlAddress = "http://www.pokemonzone.com";
var pageName = "PokemonZone.com";

function addToFavorites() {
    var urlAddress = location.href;
    if (document.all) window.external.AddFavorite(urlAddress, pageName);
    else if (window.sidebar) window.sidebar.addPanel(pageName, urlAddress, "")
}

function open_win() {
	window.open("http://site.pokemonzone.com/recommend.html", "ReferAFriend", "toolbar=no,width=450, height=350")
}

function open_twitter() {
	window.open("http://www.twitter.com/pokemonzone", "PokemonZoneAtTwitter", "toolbar=yes,  width=750, height=600");
}

function open_facebook() {
	window.open("http://www.facebook.com/pokemonzone", "PokemonZoneAtFacebook", "toolbar=yes,  width=850, height=650");
}

function open_linkus()
{
	window.open("http://site.pokemonzone.com/link2us.html","LinkWithUs","toolbar=no, menubar=yes, width=450, height=350");
}
