// Prototype.js scripting for Portfolio - Drives the standard ZA Directories menu (ZA Group, Marketing etc)
// Usually use jQuery, but jQuery is problematic with prototype.js used in LightWindow 2

function changeContentProto(e){	
	$('nav0'+e).show();
}
