function gallery(what){
who = document.getElementById;
var items = [ 			["images/gallery/SK_thumb.jpg","images/gallery/SK.jpg","SK LABEL", "The most commonly used label in the ILID ESL family is the SK label. Best suited for use with shelved items, the label can be angled for optimum viewing level. Featuring an interchangeable frame label that can be customised to order, the SK label is powered by a replaceable Lithium battery backed by an 8 year warranty. Each label can store up to five prices and product information- four layers with two lines and eight characters."],
                        ["images/gallery/SK-III_thumb.jpg", "images/gallery/SK-III.jpg","SK-III LABEL", "This is a 3 line version of the SK label suitable for displaying more complex information. It can handle six digit prices and nine character text. The third line of data can be used to display X for Y pricing, SAVE amount, WAS amount, UNIT PRICE or additional prices. This label uses dynamic memory allocation so that the memory can be configured to your particular requirements and has the ability to perform logical and mathematical operations on the data held in memory."],
                        ["images/gallery/MK_thumb.jpg", "images/gallery/MK.jpg","MK LABEL", "ILID MK labels are the smallest labels in the ILID range, ideal for use in compact areas. The labels have the same functionality as the SK & BK and also feature a user specific, customisable coloured frame label. The MK frame labels offer a removable product information slip. Marketing and branding information can be integrated into the label itself and protected by the clear plastic cover or placed in a small plastic pocket and attached to the label’s outer casing. Whichever way you choose to go, there is a combination to suit every application and retail space."],
						["images/gallery/BK_thumb.jpg", "images/gallery/BK.jpg","BK LABEL", "Specifically engineered to display prices and information with impact and high visibility, the BK label is particularly suited to promotional displays, liquor retailing, warehousing and fresh produce applications. The BK label allows for a variety of attachments and display options for connection and mounting almost anywhere! BK labels can be used in conjunction with existing A4 and A5 price cassettes to be mounted in areas that are large, on an end piece or off location."],
						["images/gallery/XK_thumb.jpg", "images/gallery/XK.jpg","XK LABEL", "The XK label is a 4 zone label with each zone having its own alphanumeric descriptor, currency symbol and of course price information. This label also features flash memory which enables the label to be tailored to your specific application. The real time clock enables the display of time information and the triggering of pre-determined time based events.<br /><br />This label is suitable for displaying complex pricing information such as retail / wholesale pricing, multipoint pricing, cash and carry pricing, carton / individual pricing or promotional pricing. This label can use all of the BK mounting options."],
                        ["images/gallery/Portable_Display_Kit_th.jpg", "images/gallery/Portable_Display_Kit.jpg","Portable Demonstration Kit", "The ILID Portable Demonstration kit is an invaluable tool for any traveling salesman of ILID technology. The entire demo kit fits into a durable plastic carry case which can be safely checked in at the airport. The demo kit comes complete with a sample of every ILID label type plus all the ILID data transmission hardware including light fittings to enable you to change prices and dazzle your customers"],
                        ["images/gallery/Freestanding_Demo_Kit_th.jpg", "images/gallery/Freestanding_Demo_Kit.jpg","Freestanding Demonstration Display", "The ILID Freestanding Demonstration Display is a fully functional ILID display system ideal for customer demonstration rooms and trade shows. The display stand comes complete with a sample of every ILID label type plus all the ILID data transmission hardware including light fittings to enable you to change prices and dazzle your customers"],
						["images/gallery/Software_Development_Kit_th.jpg","images/gallery/Software_Development_Kit.jpg","Software Development Kit", "The ILID Software Development Kit contains all the ILID hardware that is required to for software development testing with the ILID system"],
                        ["images/gallery/C-Strip_th.jpg", "images/gallery/C-Strip.jpg","ILID C-Strip Plus", "ILID labels are designed to attach to standard C-type channel known as C-Strip. ILID has extended the basic functionality of the C-Strip by adding some innovative clips to the rear which enables customers to attach POS material to the shelf stripping. ILID calls this new stripping C-Strip Plus"],
                        ["images/gallery/A80D_in_situ_th.jpg", "images/gallery/A80D_in_situ.jpg","Label in C-Strip with Shelf Talker", "ILID labels attach into the C-Stripping using a positive locking metal bracket system. When the label has been screwed into the shelf stripping it is extremely secure and can only be moved with a special hex head tool supplied by ILID. ILID POSGrabbers™ can also be used to firmly hold POS materials such as shelf talkers."],
						["images/gallery/A167_IN_SIT_th.jpg", "images/gallery/A167_IN_SIT.jpg","Label in Peg Hook Hanger", "ILID labels also attach to Peg Hooks for ‘Hang-Sell’ type products. ILID can also supply Peg Hooks at very competitive rates providing our customers with a complete turn key solution"]
			 ]
			 
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('thumb9').innerHTML = '<a href="#"><img src="' + items[8][0] + '"class="thumbs"></a>';
document.getElementById('thumb10').innerHTML = '<a href="#"><img src="' + items[9][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