// JavaScript Document
function CreateBookmarkLink() {
title = "生活雅集 LIFE COLLECTION 原木家具‧設計定作‧空間設計";
url = "http://demo1.106h.net/life-1/index.asp";
if (window.sidebar) {
// Mozilla Firefox Bookmark
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// IE Favorite
window.external.AddFavorite( url, title);
}
else if(window.opera && window.print) {
// Opera Hotlist
return true; }
}
