
var galleryTitle = "Miscellaneous Images Gallery";

// set up an array for the images
var photoArray = new Array(12)
var photoDesc  = new Array(12)
photoArray[0]="images/QASRA_0.jpg"
photoArray[1]="images/QASRA_1.jpg"
photoArray[2]="images/QASRA_3.jpg"
photoArray[3]="images/QASRA_4.jpg"
photoArray[4]="images/QASRA_5.jpg"
photoArray[5]="images/QASRA_6.jpg"
photoArray[6]="images/QASRA_7.jpg"
photoArray[7]="images/QASRA_8.jpg"
photoArray[8]="images/QASRA_9.jpg"
photoArray[9]="images/QASRA_10.jpg"
photoArray[10]="QASRA_11.jpg"
photoArray[11] = "images/QASRA_12.jpg"

photoDesc[0] = "Qasra is located  at:"
photoDesc[0] = photoDesc[0] + "185 Carlingview Drive Unit 9 "
photoDesc[0] = photoDesc[0] + "Etobicoke, Ontario Canada M9w 5E8 "
photoDesc[0] = photoDesc[0] + "Phone numbers Bus: 416-213-0734        Fax 416-749-1661         The facility conssts of a store front and indoor practice facility"

photoDesc[1] = "We carry a wide assortment of bats, balls , clothes and other cricketing equipment"
photoDesc[1] = photoDesc[1] + ""
photoDesc[1] = photoDesc[1] + ""
photoDesc[1] = photoDesc[1] + ""

photoDesc[2] = "Our facility consists of 5 indooor nets "
photoDesc[2] = photoDesc[2] + "which caters to teams practicising during the winter."
photoDesc[2] = photoDesc[2] + ""

photoDesc[3] = "We cater to men, women and junior cricketers"
photoDesc[3] = photoDesc[3] + ""
photoDesc[3] = photoDesc[3] + ""
photoDesc[3] = photoDesc[3] + ""

photoDesc[4] = "photo 4 caption"
photoDesc[4] = photoDesc[4] + ""
photoDesc[4] = photoDesc[4] + ""
photoDesc[4] = photoDesc[4] + ""

photoDesc[5] = "photo 5 "
photoDesc[5] = photoDesc[5] + ""
photoDesc[5] = photoDesc[5] + ""
photoDesc[5] = photoDesc[5] + ""

photoDesc[6] = "photo 6 "
photoDesc[6] = photoDesc[6] + ""
photoDesc[6] = photoDesc[6] + ""
photoDesc[6] = photoDesc[6] + ""

photoDesc[7] = "photo  7"
photoDesc[7] = photoDesc[7] + ""
photoDesc[7] = photoDesc[7] + ""
photoDesc[7] = photoDesc[7] + ""

photoDesc[8] = "photo 8"
photoDesc[8] = photoDesc[8] + ""
photoDesc[8] = photoDesc[8] + ""
photoDesc[8] = photoDesc[8] + ""

photoDesc[9] = "photo 9"
photoDesc[9] = photoDesc[9] + ""
photoDesc[9] = photoDesc[9] + ""
photoDesc[9] = photoDesc[9] + ""

photoDesc[10] = "photo 10"
photoDesc[10] = photoDesc[10] + ""
photoDesc[10] = photoDesc[10] + ""
photoDesc[10] = photoDesc[10] + ""

photoDesc[11] = "photo 11"
photoDesc[11] = photoDesc[11] + ""
photoDesc[11] = photoDesc[11] + ""
photoDesc[11] = photoDesc[11] + ""

;



