
home1 = new Image
home1.src = "images/circle_off.gif"
home2 =new Image
home2.src = "images/circle_on.gif"

introduction1 = new Image
introduction1.src = "images/circle_off.gif"
introduction2 =new Image
introduction2.src = "images/circle_on.gif"

walking_route1 = new Image
walking_route1.src = "images/circle_off.gif"
walking_route2 =new Image
walking_route2.src = "images/circle_on.gif"

artwork_locations1 = new Image
artwork_locations1.src = "images/circle_off.gif"
artwork_locations2 =new Image
artwork_locations2.src = "images/circle_on.gif"

artwork_pin_board1 = new Image
artwork_pin_board1.src = "images/circle_off.gif"
artwork_pin_board2 =new Image
artwork_pin_board2.src = "images/circle_on.gif"

art_workshops1 = new Image
art_workshops1.src = "images/circle_off.gif"
art_workshops2 =new Image
art_workshops2.src = "images/circle_on.gif"

current_designs1 = new Image
current_designs1.src = "images/circle_off.gif"
current_designs2 =new Image
current_designs2.src = "images/circle_on.gif"

bursary_students1 = new Image
bursary_students1.src = "images/circle_off.gif"
bursary_students2 =new Image
bursary_students2.src = "images/circle_on.gif"

www_tompearman_co_uk1 = new Image
www_tompearman_co_uk1.src = "images/circle_off.gif"
www_tompearman_co_uk2 =new Image
www_tompearman_co_uk2.src = "images/circle_on.gif"

contact1 = new Image
contact1.src = "images/circle_off.gif"
contact2 =new Image
contact2.src = "images/circle_on.gif"




function SpawnWindow_focus(img, x, y) {
	var url = "../full.php?src=" + img + "&x=" + x + "&y=" + y;
	var ht = y+25;
	var wd = x;
	var options = "toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=" + wd + ",height=" + ht;
	imgWindow=window.open(url,"",options);
	imgWindow.focus();
}
