
	function devtoolgraphicsxchange(lang){
		var Graphix = new Array();
			
			Graphix[0] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022452.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en021940&part=DM163025&link=devtoolimg"];

			Graphix[1] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022442.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010020&part=DV003001&link=devtoolimg"];

			Graphix[2] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022460.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en021545&part=DM163026&link=devtoolimg"];

			Graphix[3] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022448.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en021282&part=MCP6SX2DM-PCTLTH&link=devtoolimg"];

			Graphix[4] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022450.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010072&part=DM163022&link=devtoolimg"];

			Graphix[5] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "028172.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en028120&link=devtoolimg"];

			Graphix[6] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022456.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en021278&part=MCP215XDM&link=devtoolimg"];

			Graphix[7] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "022458.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010054&part=DM163014&link=devtoolimg"];

			Graphix[8] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "545298.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en544410&part=DM240311&link=devtoolimg"];

			Graphix[9] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "027806.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en027853&part=DM240001&link=devtoolimg"];

			Graphix[10] = ["/stellent/groups/webresource_sg/documents/site_resource/" + lang + "028172.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en028120&link=devtoolimg"];

			Graphix[11] = ["/stellent/images/mchpsiteimages/DevToolGraphics_PIC32.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en532453&link=devtoolimg"];
			
			Graphix[12] = ["/stellent/images/mchpsiteimages/PIC18F4XK20_en535943.jpg","http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en535806&link=devtoolimg"];
			

var index  = (Math.random() * Graphix.length);
index = Math.floor(index);
index = index + 1;

if(index >=  Graphix.length)
index = 1;
		
var left = index - 1;

var right = index + 1;
if(right >=  Graphix.length)
right = 0; 
//document.write(left + "," + index + "," + right);
            		document.write("<a href='" + Graphix[left][1] + "'>");
				document.write("<img border=0 src='" + Graphix[left][0] + "'>");
				document.write("</a>");
             		document.write("</TD>"); 
                	document.write('<TD><IMG height=1 src="<!--$HttpRelativeWebRoot-->images/mchpsiteimages/trans.gif" width=5>');
                  	document.write("</TD>");
                	document.write('<TD vAlign=top align=left>'); 
                		document.write("<a href='" + Graphix[index][1] + "'>");
				document.write("<img border=0 src='" + Graphix[index][0] + "'>");
				document.write("</a>");
                    document.write("</TD>");
                	document.write('<TD vAlign=top align=left>');
                 		document.write("<a href='" + Graphix[right][1] + "'>");
				document.write("<img border=0 src='" + Graphix[right][0] + "'>");
				document.write("</a>");
	
	
		 
		 	 	
	}