// LatestNews
function LatestNews(chk){
		if (chk==01) {document.location = 'news.html';} else 
		if (chk==02) {document.location = 'news.html';}}

// CompanyOverview
function CompanyOverview(chk){
		if (chk==01) {document.location = 'profile_overview.html';} else 
		if (chk==02) {document.location = 'profile_awards.html';}}

// ProductsSolutions
function ProductsSolutions(chk){
		if (chk==01) {document.location = 'equip_advantages.html';} else 
		if (chk==02) {document.location = 'equip_advantages.html';} else 
		if (chk==03) {document.location = 'equip_advantages.html';} else 
		if (chk==04) {document.location = 'equip_advantages.html';}}

// TechnologyEquipment
function TechnologyEquipment(chk){
		if (chk==01) {document.location = 'products.html';} else 
		if (chk==02) {document.location = 'equip_gallery.html';} else
		if (chk==03) {document.location = 'equip_gallery.html';} else 
		if (chk==04) {document.location = 'equip_recycling.html';}}

// Customers
function Customers(chk){
		if (chk==01) {document.location = 'customers.html';} else 
		if (chk==02) {document.location = 'customers.html';}}

// ContactUs
function ContactUs(chk){
		if (chk==01) {document.location = 'contact_info.html';} else 
		if (chk==02) {document.location = 'contact_info.html';}}