///////////////////////////////////////////////////////////////////
// CHINESE-SPECIFIC CONFIGURATION                                //
///////////////////////////////////////////////////////////////////

//path to images folder
um.baseSRC = "../_assets/images/";

//navbar orientation
um.orientation = [
	"horizontal",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"relative",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"1px",	// x position ["em"|"ex"|"px"|"0"]
	"7px",	// y position ["em"|"ex"|"px"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
