//マウスオーバー時にclassを追加／削除 http://www.tk1975.com/contents/hover.phpfunction hoverProducts(){	tk1975_hover("Products","li","over");	tk1975_hover("List1","li","over");	tk1975_hover("List2","li","over");	tk1975_hover("List3","li","over");	tk1975_hover("List4","li","over");	tk1975_hover("List5","li","over");	}prepareOnloadFunction(hoverProducts);//aタグの親要素ごとクリッカブルにする http://www.tk1975.com/contents/link_area.phpfunction eventClickProducts(){	tk1975_eventClick("Products","li","_self");	tk1975_eventClick("List1","li","_self");	tk1975_eventClick("List2","li","_self");	tk1975_eventClick("List3","li","_self");	tk1975_eventClick("List4","li","_self");	tk1975_eventClick("List5","li","_self");	}prepareOnloadFunction(eventClickProducts);//strictで新規ウィンドウを立ち上げる http://www.tk1975.com/contents/strict_new_win.phpfunction newWin(){	var newWin = "newWin"	tk1975_newWin(newWin);	}prepareOnloadFunction(newWin);function newWinIcon(){	var area_id = "";	var newWinIcon = "newWinIcon";	var icon_src = "../img/newWinIcon.gif";	var icon_over_src = "../img/newWinIcon_over.gif";	tk1975_newWinIcon(area_id,newWinIcon,icon_src,icon_over_src);	}prepareOnloadFunction(newWinIcon);//Stone Aboutfunction aboutopen1(url){window.open(url,"stone","width=400,height=300,status=no,directories=no,toolbar=no,menubar=no,");}//Shouhin Link Pull-down Menufunction OpenLink(){var n = document.form.link.selectedIndex;if (n != 0){location.href = document.form.link.options[n].value;}}function OpenLink2(){var n = document.form1.link.selectedIndex;if (n != 0){location.href = document.form1.link.options[n].value;}}//image change scriptfunction Chgimg(imgURL){document.images["Bigimg"].src = imgURL;}//URLと同じリンク先を装飾する http://www.tk1975.com/contents/current_url.phpfunction currentURL(){	tk1975_currentURL("area-list","a","here");	tk1975_currentURL("sizeSelect","a","here");	}prepareOnloadFunction(currentURL);
