// JavaScript Document
window.onload=window.onresize=function(){
if(document.getElementById("content").clientHeight<document.getElementById("navigation").clientHeight){
document.getElementById("content").style.height=document.getElementById("navigation").offsetHeight+"px";
}
else{
document.getElementById("navigation").style.height=document.getElementById("content").offsetHeight+"px";
}
}
//����Ӧ�߶�

function addbookmark()
{
    var nome_sito = "Quality Inflatables - Made In CHINEE";
    var url_sito = "http://www.chinee-inflatables.com";
    if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt
        (navigator.appVersion) >= 4))
        window.external.AddFavorite(url_sito, nome_sito);
    else if (navigator.appName == "Netscape")
        window.sidebar.addPanel(nome_sito, url_sito, '');
    else
        alert("Sorry!Cann't Add this site to your favorite!.");
}
