
var loaded = 0;
var last = "";
	gm_about_off = new Image();gm_about_off.src = '../../images/common/gm_about.gif';
	gm_about_on = new Image();gm_about_on.src ='../../images/common/gm_about_o.gif';
	gm_csr_off = new Image();gm_csr_off.src ='../../images/common/gm_csr.gif';
	gm_csr_on = new Image();gm_csr_on.src ='../../images/common/gm_csr_o.gif';
	gm_bg_off = new Image();gm_bg_off.src ='../../images/common/gm_bg.gif';
	gm_bg_on = new Image();gm_bg_on.src ='../../images/common/gm_bg_o.gif';
	gm_pr_off = new Image();gm_pr_off.src ='../../images/common/gm_pr.gif';
	gm_pr_on = new Image();gm_pr_on.src ='../../images/common/gm_pr_o.gif';
	gm_ir_off = new Image();gm_ir_off.src ='../../images/common/gm_ir.gif';
	gm_ir_on = new Image();gm_ir_on.src ='../../images/common/gm_ir_o.gif';
	gm_network_off = new Image();gm_network_off.src ='../../images/common/gm_network.gif';
	gm_network_on = new Image();gm_network_on.src ='../../images/common/gm_network_o.gif';
	gm_contact_off = new Image();gm_contact_off.src ='../../images/common/gm_contact.gif';
	gm_contact_on = new Image();gm_contact_on.src ='../../images/common/gm_contact_o.gif';

loaded = 1;

function roll(imageName, imageState) {
	if (loaded == 1 && imageState != '') {
		tabOn = eval(imageName+"_"+imageState+".src");
		document [imageName].src = tabOn;
	}
}




faqon=new Image();faqon.src="../../images/menu_faq_on.gif";
faqoff=new Image();faqoff.src="../../images/menu_faq.gif";
companyon=new Image();companyon.src="../../images/menu_company_on.gif";
companyoff=new Image();companyoff.src="../../images/menu_company.gif";
