<!-- 		var imgdir = '../source/';				function imgItem (name) {			this.on = new Image();			this.on.src = imgdir + 'home_' + name + '1.gif';			this.off = new Image();			this.off.src = imgdir + 'home_' + name + '.gif';		}				function img_new (name) { imgItem [name] = new imgItem (name); }		function img_on (name,thisstatus) { if (document.images) document.images [name].src = imgItem [name].on.src; }			function img_off (name) { if (document.images) document.images [name].src = imgItem [name].off.src; }								if (document.images) {			img_new ('aa');			img_new ('ac');			img_new ('ad');			img_new ('ae');			img_new ('ao');			img_new ('ap');			img_new ('aq');			img_new ('av');			img_new ('aw');			img_new ('ax');			img_new ('al');			img_new ('an');			img_new ('ar');			img_new ('at');			img_new ('az');			img_new ('bb');			img_new ('bc');			img_new ('be');			img_new ('bg');			img_new ('pa');			img_new ('pc');			img_new ('wa');			img_new ('za');		}	button = new Image();	button.src = 'source/frame_a.jpg';	button2 = new Image();	button2.src = 'source/frame_a1.jpg';	button3 = new Image();	button3.src = 'source/frame_b.jpg';	button4 = new Image();	button4.src = 'source/frame_b1.jpg';	button5 = new Image();	button5.src = 'source/frame_c.jpg';	button6 = new Image();	button6.src = 'source/frame_c1.jpg';	button7 = new Image();	button7.src = 'source/frame_d.jpg';	button8 = new Image();	button8.src = 'source/frame_d1.jpg';	self.defaultStatus="Adriana Sanmartin - Illustration";//-->
