﻿if (document.images) {

//1st Tier Buttons

button1 = new Image
button2 = new Image
button3 = new Image
button4 = new Image
button5 = new Image
button6 = new Image
button7 = new Image
button8 = new Image
button9 = new Image
button10 = new Image
button11 = new Image
button12 = new Image
button13 = new Image
button14 = new Image

//1st Tier Rollovers

button1.src = 'images/products.gif'
button2.src = 'images/products-over.gif'
button3.src = 'images/about_us.gif'
button4.src = 'images/about_us-over.gif'
button5.src = 'images/portfolio.gif'
button6.src = 'images/portfolio-over.gif'
button7.src = 'images/ftp_access.gif'
button8.src = 'images/ftp_access-over.gif'
button9.src = 'images/contact_us.gif'
button10.src = 'images/contact_us-over.gif'
button11.src = 'images/quote_request.gif'
button12.src = 'images/quote_request-over.gif'
button13.src = 'images/radio.gif'
button14.src = 'images/radio-over.gif'
}

function create() {
        this.width = ''
        this.height = ''
        this.src = ''
		this.map = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
        this.sponsor = ''
}
ads = new Array()
for(var i=1; i<=10; i++) { ads[i] = new create() }

ads[1].width = "912"
ads[1].height = "506"
ads[1].src = "images/index_03_photo1.jpg"
ads[1].map = "map1"

ads[2].width = "912"
ads[2].height = "506"
ads[2].src = "images/index_03_photo2.jpg"
ads[2].map = "map2"

ads[3].width = "912"
ads[3].height = "506"
ads[3].src = "images/index_03_photo3.jpg"
ads[3].map = "map3"

ads[4].width = "912"
ads[4].height = "506"
ads[4].src = "images/index_03_photo4.jpg"
ads[4].map = "map4"

ads[5].width = "912"
ads[5].height = "506"
ads[5].src = "images/index_03_photo5.jpg"
ads[5].map = "map5"

ads[6].width = "912"
ads[6].height = "506"
ads[6].src = "images/index_03_photo1.jpg"
ads[6].map = "map1"

ads[7].width = "912"
ads[7].height = "506"
ads[7].src = "images/index_03_photo2.jpg"
ads[7].map = "map2"

ads[8].width = "912"
ads[8].height = "506"
ads[8].src = "images/index_03_photo3.jpg"
ads[8].map = "map3"

ads[9].width = "912"
ads[9].height = "506"
ads[9].src = "images/index_03_photo4.jpg"
ads[9].map = "map4"

ads[10].width = "912"
ads[10].height = "506"
ads[10].src = "images/index_03_photo5.jpg"
ads[10].map = "map5"



var n = Math.random() + ''
n = parseInt(n.charAt(10))
if(n > 10) {
        n = n - 10
}
else if(n==0) {
        n = n + 10
}
n += ""

var image = ads[n]
var ad = ""
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=0'
ad += '\n USEMAP=#' + image.map