url = ''; // アドレス
name = '着物・帯の通販 呉服屋さん.com';  // 登録する時の名前
function bookMark() {
  window.external.addFavorite(url,name);
}


function window01(){
newwin = window.open("","win","height=700,width=600,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0,left=0,top=0")
}



function CloseWin(){
    window.close();
}



function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();	
	}
}



