/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('764','Home',ssUrlPrefix + 'index.htm',null,'DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','Description==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','Keywords==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china');
g_navNode_0=g_navNode_Root.addNode('765','About PV Group',ssUrlPrefix + 'AboutPVGroup/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','Keywords==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON','secondaryUrlVariableField==region3');
g_navNode_1=g_navNode_Root.addNode('766','Events',ssUrlPrefix + 'Events/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_2=g_navNode_Root.addNode('767','Market Information',ssUrlPrefix + 'MarketInformation/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_3=g_navNode_Root.addNode('768','Issues',ssUrlPrefix + 'Issues/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_4=g_navNode_Root.addNode('769','Standards',ssUrlPrefix + 'Standards/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_5=g_navNode_Root.addNode('770','News Archive',ssUrlPrefix + 'NewsArchive/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','List2ColumnHeaders==Date, Title','List2ColumnMetaData==xStartDate,dDocTitle','List2ExtraQuery==xWebsiteSection \x3csubstring\x3e \x60pvgroup\x3a770\x60  \x3cAND\x3e  xStartDate \x3e\x3d \x601/1/2008\x60  \x3cAND\x3e  xStartDate \x3c \x6012/31/2008\x60','List2Title==News Archive','secondaryUrlVariableField==region3');
g_navNode_6=g_navNode_Root.addNode('771','Membership',ssUrlPrefix + 'Membership/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_7=g_navNode_Root.addNode('772','Resources',ssUrlPrefix + 'Resources/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
g_navNode_8=g_navNode_Root.addNode('773','Contact Us',ssUrlPrefix + 'ContactUs/index.htm','DESCRIPTION==The PV Group is a SEMI special interest group dedicated to serving the PV manufacturing supply chain. Members of the PV Group provide the essential equipment, materials and services necessary to produce clean, renewable energy from photovoltaic technologies. The PV Group is committed to lowering costs for PV energy and for expanding the growth and profitability of SEMI members serving this essential industry.','KEYWORDS==photovoltaic, solar, process equipment, materials, standards, industry standards, solar energy, silicon, PV, thin film, CIGS, solar concentrator, cell manufacturer, module manufacturer, solar cell, solar module, nano pv, clean tech, green tech, PV Group, SEMI, PVJapan, solarcon, SEMICON, solarcon india, solarcon korea, solarcon china','secondaryUrlVariableField==region3');
