function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
var preloadFlag = false;
function preloadImages() {
	if (document.images && (preloadFlag == false)) {
                preloadFlag = true;		        
		img00      = newImage("images/layout/menu_bg_yellow.png");");
		img01      = newImage("images/layout/bg_topedges_all.png");
		img02      = newImage("images/layout/bg_botedges.png");
		img03      = newImage("images/layout/bg27.png");
		img04      = newImage("images/layout/edge_shade4.png");
		img05      = newImage("images/layout/background_tr.jpg");
		img06      = newImage("images/layout/bg_illusion.png");
		img07      = newImage("images/layout/abo_button.png ");
		img08      = newImage("images/layout/abo_button_hover.png");
		img09      = newImage("images/layout/gray.gif");
		img10      = newImage("images/logo/logo_tr1.png");
	}
	return 0;
}