﻿// JavaScript Document
/* 情報設定 */

//社名用
function Print_name(){
document.write("サイクルスポーツ （Cycle Sports）");
}

//footer date用
function Copy_Right(){
document.write("Copyright（C）2010　GRAPHITE DESIGN INC. All rights reserved.");
}

// 連絡先
function Print_address(){
document.write("直通 Tel. 0494-62-2011&nbsp;Fax. 0494-63-1890<br />お問合せ： <a href='mailto:cycle@gd-inc.co.jp'>cycle@gd-inc.co.jp</a>");
}