/*
$.preload(['bubbleTop', 'bubbleBottom', 'bubbleLeftSlice'], {
	enforceCache: true,
	base: '/gr/',
	ext: '.gif'
});
$.preload(['downArrowInverted', 'downArrowNormal', 'circleQuestion'], {
	enforceCache: true,
	base: '/gr/',
	ext: '.png'
});
*/

img1 = new Image();
img1.src = "/gr/bubbleTop.gif";
img2 = new Image();
img2.src = "/gr/bubbleBottom.gif";
img3 = new Image();
img3.src = "/gr/bubbleLeftSlice.gif";