﻿
//打开新页面
function UrlOpen(obj) {
    window.open(obj);
}
function AddCollect() {
    window.external.AddFavorite(location.href,document.title);
}

function HomePage(){
//    this.homepage.style.behavior = 'url(#default#homepage)'; this.homepage.setHomePage('http://www.wumingwang.com');
    this.style.behavior = 'url(#default#homepage)'; this.setHomePage('http://www.apple-wallpaper.com');
}  

function myhomepage(){
    this.homepage.style.behavior = 'url(#default#homepage)'; this.homepage.sethomepage('http://www.dafacai.net');  
}
function SetParentFrm(obj) {
    parent.document.getElementById(obj).style.height = document.body.scrollHeight + "px";
}


