<!--
<!--

function preload() {
	if(document.images) {
		logo_top	= new Image();
		logo_top.src= '/i/logo_as.gif';
		navBarBG	= new Image();
		navBarBG.src= '/i/bar_bg.gif';
		navBarCurrentBG			= new Image();
		navBarCurrentBG.src		= '/i/bar_bg_current.gif';
		navBarBlock		= new Image();
		navBarBlock.src	= '/i/bar_block.gif';
		navBarCurrentBlock		= new Image();
		navBarCurrentBlock.src	= '/i/bar_current.gif';
		triangle		= new Image();
		triangle.src	= '/i/triangle.gif';
		primary_ad		= new Image();
		primary_ad.src	= '/i/aa_ad.gif';
		bullet		= new Image();
		bullet.src	= '/i/bullet.gif';
		logo_as_bottom		= new Image();
		logo_as_bottom.src	= '/i/logo_as_bottom.gif';
		gray		= new Image();
		gray.src	= '/i/gray.gif';
		meta_separator		= new Image();
		meta_separator.src	= '/i/meta_separator.gif';
		zero	= new Image();
		zero.src= '/i/0.gif';
		yes		= new Image();
		yes.src	= '/i/yes.gif';
		no		= new Image();
		no.src	= '/i/no.gif';
		order		= new Image();
		order.src	= '/i/b_order_now.gif';
		login		= new Image();
		login.src	= '/i/b_login.gif';
		
/*		adlogo		= new Image();
		adlogo.src	= '/i/sa_logo.gif';
		adboxes		= new Image();
		adboxes.src	= '/i/sa_boxes.gif';
		adslogan		= new Image();
		adslogan.src	= '/i/sa_slogan.gif';
		adbgnorepeat	= new Image();
		adbgnorepeat.src= '/i/sa_bg_norepeat.png'; */

		adbgrepeatx		= new Image();
		adbgrepeatx.src	= '/i/sa_bg_repeatx.png';
		
/*		version 1.0	 */						
		adlogobox		= new Image();
		adlogobox.src	= '/i/sa_logobox.png';
		adslogantext		= new Image();
		adslogantext.src	= '/i/sa_slogantext.gif';

/*		version 2.0	 */						
		adlogobox		= new Image();
		adlogobox.src	= '/i/sa_logobox2.png';
		adslogantext		= new Image();
		adslogantext.src	= '/i/sa_slogantext2.gif';


	}
}

//-->

