var special=true

var specitem=0 // this is the currently selected item for display

var spectime="<font size=4>This Month's Special Offer" // the period of the offer - WATCH THE QUOTES!!

var s=new Array()
var s1=new Array()
var s2=new Array()
var s3=new Array()
var s5=new Array()
var s6=new Array()
var s7=new Array()

<!-- REMEMBER NO CARRIAGE RETURNS - IF YOU WANT TO SPLIT A LINE PUT IN A <BR> -->

<!-- These are the NAMES -->


s[0]='<font size=5>Stainless Steel Drill Set</font size>'

<!-- These are the catalogue numbers if any -->

s1[0]='7000'

<!-- These are the PRICES -->

s2[0]='My price today ONLY £14.95'

<!-- These are the DESCRIPTIONS -->

s3[0]='<b>NEW, 13 PIECE METRIC COBALT HSS DRILL SET</b><p>Cobalt HSS drills with split point tips specifically for drilling Stainless and hardened steels<br>Metric sizes from 1.5mm to 6.5mm in 0.5mm steps plus 3.2mm and 4.8mm<br>The Case is 4.1/4" x 3.1/2" x 5/8" deep'





<!-- These are the names of the BIG PICTURES -->

s5[0]='drill1.jpg'

<!-- These are the names of the thumbnails -->
<!-- Maximum width should not be greater than 200 pixels -->

s6[0]='_drill1.jpg'

<!-- The Height,the Width of the required window -->

s7[0]='500,500'





