/*

=========================================
	Product Finder for Yokogawa.com Prototype
	scribed 2002.9.17 Hiroshi Tsukahara
	modified 2002.9.25 Hiroshi Tsukahra
	modufied 2003.11.06 Jiro Sumi
	modified 2004.1.14 Tetsuya Komori @ YIC
=========================================

*/
var colors = new Array();
colors[0] = "#FBDD00";
colors[1] = "#6699FF";
colors[2] = "#33CC33";
colors[3] = "#9C31CC";
colors[4] = "#FF7800";

var menustyles = new Array();
menustyles[0] = "";
menustyles[1] = "width:219px\; padding:2px 10px\; font-weight:bold\;";
menustyles[2] = "width:219px\; padding:2px 10px 2px 20px\; font-weight:normal\;";
menustyles[3] = "width:219px\; padding:2px 10px\; font-weight:normal\;";

var pfdlabels = new Array();
pfdlabels[1] = "Industrial Automation &amp; Control";
pfdlabels[2] = "Portable Test Instruments";


var pfilabels = new Array();
/*
var pfilabels = new Array("","Oil","Chemicals","Food","Pharmacy","Steel","Agriculture","Electric","Gas","Pulp","Automobile","Environment","Gas Field Finder","Medicals","Air Plane","Semiconductor","Machining","Telecommunication","Traffic","Information Technology","Vital Reaction Measurement");
*/

function labeldata(colorcode,label,stylenumber,url,flag) {
	this.colorcode = colorcode;
	this.label = label;
	this.format = menustyles[stylenumber];
	this.url = url;
	this.flag = flag;
}


var sublabeld1 = new Array();
sublabeld1[1] = new labeldata(1,"Control Products",1,"/product/product01.htm",0);
sublabeld1[2] = new labeldata(1,"Field Instruments",1,"/product/product02.htm",0);



/* Industry Support */
var sublabeld2 = new Array();
sublabeld2[1] = new labeldata(2,"Portable Test Instruments",1,"/product/product03.htm",0);
 

