// JavaScript Document

function favorite()
{
    try
    {
        window.external.addFavorite("http://www.china-inflatable.com", "China Inflatable");
    }
    catch (e)
    {
        try
        {
            window.sidebar.addPanel("China Inflatable", "http://www.china-inflatable.com",  "");
        }
        catch (e)
        {
            alert("Ctrl+D");
        }
    }
}

function pageNav() { 
	asd = document.getElementById("page");
	self.location.href = asd.value;
	}
	