

/*mouse over*/ 





if (document.images){

img01on = new Image(); img01on.src = "common/01-02.gif";

img02on = new Image(); img02on.src = "common/02-02.gif";

img03on = new Image(); img03on.src = "common/03-02.gif";

img04on = new Image(); img04on.src = "common/04-02.gif";

img05on = new Image(); img05on.src = "common/05-02.gif";

img06on = new Image(); img06on.src = "common/06-02.gif";

img07on = new Image(); img07on.src = "common/07-02.gif";



img01off = new Image(); img01off.src ="common/01-01.gif";

img02off = new Image(); img02off.src ="common/02-01.gif";

img03off = new Image(); img03off.src ="common/03-01.gif";

img04off = new Image(); img04off.src ="common/04-01.gif";

img05off = new Image(); img05off.src ="common/05-01.gif";

img06off = new Image(); img06off.src ="common/06-01.gif";

img07off = new Image(); img07off.src ="common/07-01.gif";



	}

	function imgOn(imgName){

	if(document.images){

	document[imgName].src = eval(imgName + "on.src");

	}

}

	function imgOff(imgName){

	if(document.images){

	document[imgName].src = eval(imgName + "off.src");

	}

}



/*css*/ 



if (navigator.userAgent.indexOf('Mac') != -1) {

	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="css/mac.css">');

}
