function gallery(what){
who = document.getElementById;
var items = [ 			["images/gallery/A103IDProduct_th.jpg","images/gallery/A103IDProduct.jpg","Complete Product Design and Production", "ILID has extensive experience in developing & managing design projects from concept to delivery. You can gain from our expertise by using ILID to develop and manufacture your product in high, medium or low volumes."],
                        ["images/gallery/pcb_th.jpg", "images/gallery/pcb.jpg","PCB Design & Production","Our in-house facilities include Protel EDA software, Gerber editing software, and Quickcircuit prototype milling machine. We have extensive experience in single, double and multi layer PCB designs, in both through-hole and SMT technologies. We can arrange local or overseas manufacture of PCBs at very competitive prices."],
			 			["images/gallery/cob_th.jpg", "images/gallery/cob.jpg","Chip On Board (COB) Product Design ","Reduced packaging means reduced cost. With Chip On Board (COB) fabrication your medium to high volumes products can reach a new level of cost effectiveness."],
			 			["images/gallery/schematic_th.jpg", "images/gallery/schematic.jpg","Electronics Design (High & Ultra-low Power, Analogue & Digital)","The ILID system has given our electronic engineers extensive experience in ultra-low power digital and analogue design and in power electronic design. Examples include ILID labels that operate reliably and continuously on batteries for 10 years and modulation infrastructure that switches hundreds of watts of power."],
						["images/gallery/PICMicroCode_th.jpg", "images/gallery/PICMicroCode.jpg","Embedded Systems Design & Development","We have extensive knowledge in the development of embedded systems using OKI, Motorola, Intel, and PIC microcontrollers written in both Assembler and C. Many of our software projects have been for real time systems and are highly optimised to suit the limited memory and processing capabilities of low cost processors. Our past projects have targeted both low volume OTP and EPROM memory as well as high volume mask programmed ROM."],
						["images/gallery/TabletExploded_th.jpg", "images/gallery/TabletExploded.jpg","Industrial Design & Rapid Prototyping","Our industrial design expertise can help you with the development of your product from concept to delivery. Utilising 3-D modelling software we can develop drawings, mock-ups, rapid prototypes and high volume production including injection moulding, extrusions and metal work."],
						["images/gallery/lcd_th.jpg", "images/gallery/lcd.jpg","Custom LCD Design","We have an extensive knowledge of the design constraints, pitfalls and costings of custom LCD design and we can bring this knowledge to your product to ensure that it meets both your requirements and those of your customers. Our past designs utilised both Zebra and Heatseal connections and reflective, backlighting and colour LCD."],
						["images/gallery/apps_th.jpg", "images/gallery/apps.jpg","Software Design & Development","ILID has our own in-house software development team how can provide you with full SDLC capabilities and systems integration logistics, from analysis to delivery. Our expertise is in Delphi, Visual Basic, C, C++ development environments on Windows and Unix platforms specialising in database, client/server applications, communications and networking."]
			 ]
			 
document.getElementById('thumb1').innerHTML = '<a href="#"><img src="' + items[0][0] + '" class="thumbs"></a>';
document.getElementById('thumb2').innerHTML = '<a href="#"><img src="' + items[1][0] + '"class="thumbs"></a>';
document.getElementById('thumb3').innerHTML = '<a href="#"><img src="' + items[2][0] + '"class="thumbs"></a>';
document.getElementById('thumb4').innerHTML = '<a href="#"><img src="' + items[3][0] + '"class="thumbs"></a>';
document.getElementById('thumb5').innerHTML = '<a href="#"><img src="' + items[4][0] + '"class="thumbs"></a>';
document.getElementById('thumb6').innerHTML = '<a href="#"><img src="' + items[5][0] + '"class="thumbs"></a>';
document.getElementById('thumb7').innerHTML = '<a href="#"><img src="' + items[6][0] + '"class="thumbs"></a>';
document.getElementById('thumb8').innerHTML = '<a href="#"><img src="' + items[7][0] + '"class="thumbs"></a>';

;

document.getElementById('photo_section').innerHTML = '<img src="' + items[what][1] + '">';
document.getElementById('heading_section').innerHTML = items[what][2];
document.getElementById('text_section').innerHTML = items[what][3];
}

function scrollUp(){
well =parseInt(document.getElementById('thumbHolder').style.top);
huh = well - 70 + 'px';
document.getElementById('thumbHolder').style.top = huh;

}
function scrollDown(){
well =parseInt(document.getElementById('thumbHolder').style.top);
huh = well + 70 + 'px';
document.getElementById('thumbHolder').style.top = huh;

}
// JavaScript Document
