﻿//    cablenav.js
//    Copyright (c) 2007 Technicanauts Inc. All Rights Reserved.
//    www.technicanauts.com

function cablenav()
{
    document.close();
	document.writeln('<fieldset>');
	document.writeln('<img src="img/menu_cablenav.gif" alt="ケーブルナビ" />');
	document.writeln('<select id="select2page" name="select2page" onchange="select2go()">');
	document.writeln('<option value="">お選びください<\/option>');
	document.writeln('<option value="">-------------------<\/option>');
	document.writeln('<option value="cablenav_movable.html">可動用ケーブル<\/option>');
	document.writeln('<option value="cablenav_fix.html">固定用ケーブル<\/option>');
	document.writeln('<option value="cablenav_byuse.html">各種用途別<\/option>');
	document.writeln('<option value="cablenav_standard.html">規格で選ぶ<\/option>');
	document.writeln('<\/select>');
	document.writeln('<\/fieldset>');
	document.close();
}
