//マウスオーバー時の画像置換 http://www.tk1975.com/contents/imgchange.phpfunction imgChange(){	var class_name = "imgChange";	var overImgNameRule = "_over";	tk1975_imgChange(class_name,overImgNameRule);	}prepareOnloadFunction(imgChange);//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 = "http://www.naturalsuite.com/images/newWinIcon.gif";	var icon_over_src = "http://www.naturalsuite.com/images/newWinIcon_over.gif";	tk1975_newWinIcon(area_id,newWinIcon,icon_src,icon_over_src);	}prepareOnloadFunction(newWinIcon);//URLと同じリンク先を装飾する http://www.tk1975.com/contents/current_url.phpfunction currentURL(){	tk1975_currentURL("menuList","a","here");	}prepareOnloadFunction(currentURL);//aタグの親要素ごとクリッカブルにする http://www.tk1975.com/contents/link_area.phpfunction eventClickProducts(){	tk1975_eventClick("planList","li","_self");	tk1975_eventClick("planList1","li","_self");	tk1975_eventClick("planList2","li","_self");	tk1975_eventClick("planList3","li","_self");	tk1975_eventClick("accomenu","li","_self");	tk1975_eventClick("toposusume","li","_self");	}prepareOnloadFunction(eventClickProducts);
