var objectArray = new Array('H426','A6000','verifier','el','lab','rib','LM','spec');
var picArray = new Array('H Series','6000','6500ver','easyLabel logo','label','ribbon','LabelMaster','sharp');
var widArray = new Array('120','117','138','146','130','130','136','115');
var htArray = new Array('120','115','92','116','124','157','119','119');
var altArray = new Array('Label Printers','Applicators','Barcode Verifiers','Easylabel Software','','Labels and Ribbons',"Label Master Colour Printer","Custom-build and Special Solutions");
var linkArray = new Array('printHSeries','appApply','bcVerifier','el5','labQuote','labQuote',"printLabMast","appExample");

var ctrArray = new Array('index','300','150','*http://www.weyfringe.co.uk/Page/Index.aspx','bigOrange','Click button to visit new site','');

// ctrArray[0] - name, [1] - pic width A, [2] - pic height A, [3] - link, [4] - pic src, [5] - alt text, [6] - page title,
// [optional beyond here] [7] - pic2 width A, [8] - pic2 height A, [9] - pic2 src, [10] - alt text2

function setBParams() {
	setTop('quoteLine',1010,0);
	setTop('linkTable',1090,0);
	setHeight('textBorder',295);
	setLeft('orangeBut',77,1);
	setLeft('specOffer',79,1);
}

function writeIndIcons() {
	content = '<DIV ID=\"iconBorder' + scrnSize + '\">';
	for (var index = 0; index < objectArray.length; index++) {
		content += '<SPAN ID=\"' + objectArray[index] + 'Pic' + scrnSize + '\">';
		tempWid = parseInt(widArray[index]);
		tempHt = parseInt(htArray[index]);
		if (scrnSize == 'B') {
			tempWid = parseInt(tempWid * .78125 + .5);
			tempHt = parseInt(tempHt * .78125 + .5);
		}
		content += '<A HREF=\"' + linkArray[index] + '.htm\"><IMG SRC=\"picsN/' + picArray[index] + '.jpg\" WIDTH=\"' + tempWid;
		content += '\" HEIGHT=\"' + tempHt + '\" ALT=\"' + altArray[index] + '\" BORDER=\"0\"></A></SPAN>';
		content += '<SPAN ID=\"' + objectArray[index] + 'Txt' + scrnSize + '\">' + altArray[index] + '</SPAN>';
	}
	content += '</DIV>';
//alert(content);
	document.write(content);
}

function writeHdrOrange() {
	content = '<DIV ID="titleBorder">';
	content += '<A HREF="javascript: reqDemo()"><SPAN ID="demoBlock">UK-wide<BR>Demonstration<BR>Service</SPAN></A>';
	content += '<SPAN ID="demoPic"><A HREF="javascript: reqDemo()">';
	content += '<IMG SRC="buttons/demonstration.jpg" ALT="UK-wide Demonstration Service" BORDER="0"WIDTH="160" HEIGHT="120"></A></SPAN>';
	content += '<SPAN ID="orangeLogo"><IMG SRC="picsN/new%20logo.jpg" WIDTH="376" HEIGHT="77" BORDER="0" ALT="Weyfringe Logo" ALIGN="TOP"></SPAN>';
	content += '<A HREF="javascript: reqCat()"><SPAN ID="reqCatBlock' + scrnSize + '">Request our free<BR>NEW labelling<BR>catalogue</SPAN></A>';
	content += '<SPAN ID="reqCatPic' + scrnSize + '"><A HREF="javascript: reqCat()">';
	content += '<IMG SRC="buttons/demonstration.jpg" ALT="Request free catalogue" BORDER="0" WIDTH="160" HEIGHT="120"></A></SPAN></DIV>';
	document.write(content);

}



