var image = new Array();

if (document.images)
{
	// Round Tables
	image['round_0'] = new Image;
	image['round_0'].src = 'images/round/1.jpg';
	
	image['round_1'] = new Image;
	image['round_1'].src = 'images/round/2.jpg';
	
	image['round_2'] = new Image;
	image['round_2'].src = 'images/round/3.jpg';

	image['round_3'] = new Image;
	image['round_3'].src = 'images/round/4.jpg';
	
	image['round_4'] = new Image;
	image['round_4'].src = 'images/round/5.jpg';
} else {
	image['round_0'] = ''
	image['round_1'] = ''
	image['round_2'] = '';
	image['round_3'] = '';
	image['round_4'] = '';
	document.rollimg = '';
}