// functions--

// #01

// powered by NUKS_end

//-----------------------------------







//image



if (document.images)

{

point01=new Image();point01.src="img/menu_point_general_up.gif";

point02=new Image();point02.src="img/menu_point_general_up.gif";

point03=new Image();point03.src="img/menu_point_general_up.gif";

point04=new Image();point04.src="img/menu_point_general_up.gif";

point05=new Image();point05.src="img/menu_point_general_up.gif";

point06=new Image();point06.src="img/menu_point_general_up.gif";

point07=new Image();point07.src="img/menu_point_general_up.gif";

point08=new Image();point08.src="img/menu_point_general_up.gif";

point09=new Image();point09.src="img/menu_point_general_up.gif";

}



function cngpoint(img,image)

{

if (img)

	{

	img.src=image;

	}

}

