/*function chgimg(name,path){
  document.images[name].src = path;
}
function $(tagId){
  if(document.getElementById){
    return document.getElementById(tagId);
  }else
  if(document.all){
    return document.all(tagId);
  }else{
    return tagId;
  }
}
function callAs(num){
  $("#frameSwf").lensSelect(num);
}*/

/* SocialMediaボタン */

function hateb() { //はてなブックマーク
	var url = 'http://b.hatena.ne.jp/append?'
		+ encodeURIComponent(location.href);
	window.open(url, '_blank');
}
function yhb() { //Yahooブックマーク
	var url = 'http://bookmarks.yahoo.co.jp/action/bookmark?t='
		+ encodeURIComponent(document.title)
		+ '&u='
		+ encodeURIComponent(location.href);
	window.open(url, '_blank');
}
