//preloadin image files

var myimages=new Array()
function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("http://en.9jcg.com/index_images/logo_bk/logo.jpg",
"http://en.9jcg.com/index_images/logo_bk/bk_head.gif", 
"http://en.9jcg.com/index_images/logo_bk/body_bg_blue.jpg",
"http://en.9jcg.com/index_images/logo_bk/top_menu_bk.jpg", 
"http://en.9jcg.com/index_images/logo_bk/status_bar_bg.gif",
"http://en.9jcg.com/index_images/small_title_bars/bg_bar_red.gif",
"http://en.9jcg.com/index_images/menubar/cart.jpg","http://en.9jcg.com/index_images/menubar/comm.jpg","http://en.9jcg.com/index_images/menubar/home.jpg","http://en.9jcg.com/index_images/menubar/member.jpg","http://en.9jcg.com/index_images/menubar/mid.jpg","http://en.9jcg.com/index_images/menubar/request.jpg","http://en.9jcg.com/index_images/menubar/product_category.jpg","http://en.9jcg.com/index_images/menubar/support.jpg",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_cart.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_contact.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_new_arts.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_new_reqs.gif",
"http://en.9jcg.com/index_images/small_title_bars/intro_titlebar.gif",
"http://en.9jcg.com/index_images/small_title_bars/howtouse_titlebar.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_resource_count.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_new_sellers.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_new_members.gif",
"http://en.9jcg.com/index_images/module_bg_bar/shadetop_white.gif",
"http://en.9jcg.com/index_images/module_bg_bar/shadeleft_white.gif", 
"http://en.9jcg.com/index_images/member_nav/main_cp_right.gif",  
"http://en.9jcg.com/index_images/member_nav/main_cp_left.gif",  
"http://en.9jcg.com/index_images/member_nav/main_cp_title_bg.gif",
"http://en.9jcg.com/index_images/member_nav/member_nav_bg.gif",
"http://en.9jcg.com/js/expand/plus.gif",
"http://en.9jcg.com/js/expand/minus.gif",
"http://en.9jcg.com/js/toolTip/toolTipArrow.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_intro.gif",
"http://en.9jcg.com/index_images/small_title_bars/titlebar_subnews.gif" )