﻿//=============================================================
// Title:    screen.js
// Version:  1.0
// =============================================================
// Supported Browsers: 
// 
// 
// 
// 
// -------------------------------------------------------------
// History:
// 1.0: 2007/07/04  initial version
// -------------------------------------------------------------
// Ex.  
// 
// -------------------------------------------------------------
// This script is copyright (c) 2006 by Colors Co., Ltd.
// http://www.colors.gr.jp        mailto:qa@colors.gr.jp
// Scripthing: CLSMS
//
// Explanatory note
// 
// ============================================================= 

// -- path --
//サーバのＵＲＬに変更する↓http://～/common/js/
url = "/common/js/";

// -- Reading Files --

road = "";

// -- Import Files --
road += "<script type=\"text/javascript\" src=\"" + url + "jquery.js\"></script>";
//road += "<script type=\"text/javascript\" src=\"" + url + "jfooter.js\"></script>";

road += "<script type=\"text/javascript\" src=\"" + url + "rollover_ie.js\"></script>";

road += "<script type=\"text/javascript\" src=\"" + url + "globalNavi.js\"></script>";

road += "<script type=\"text/javascript\" src=\"" + url + "flashobject.js\"></script>";

road += "<script type=\"text/javascript\" src=\"" + url + "minmax.js\"></script>";

// -- Output Files --
document.write(road);

// end of script