// Link Munger

function kjpnIcnJvJOyjcp()
{
var wHPfdXFhURLhPKz=["x69","x6e","102","111","64","x64","101","x73","105","103","x6e","108","105","x6b","x65","46","x63","111","x2e","117","107"];
var VkiymqlKJXAsnCm=[" "];
var ePtIMyUoXMoimrR=["105","x6e","x66","x6f","x40","100","101","x73","105","x67","x6e","x6c","x69","107","x65","x2e","x63","x6f","x2e","117","x6b"];
document.write("<a href=\"&#x6d;&#00097;&#x69;&#000108;&#x74;&#x6f;&#58;");
for (i=0; i<wHPfdXFhURLhPKz.length; i++) document.write("&#"+wHPfdXFhURLhPKz[i]+";");
for (i=0; i<VkiymqlKJXAsnCm.length; i++) document.write(VkiymqlKJXAsnCm[i]);
document.write("\">");
for (i=0; i<ePtIMyUoXMoimrR.length; i++) document.write("&#"+ePtIMyUoXMoimrR[i]+";");
document.write('</a>');
}

// Portfolio Show/Hide
//window.onload = doPort(1,6);

function doPort(on, tot) {
	
	// Switch them all off
	for (c=1; c<=tot; c++) {
		if (c == on){
			// do nothing
		} else {
			document.getElementById('port' + c).style.display = "none"; // switch off
		}
	}
	var thisdiv = document.getElementById('port' + on);
	thisdiv.style.display = "block";
	//alert(thisdiv);

}