
var menuTab = new JMenuTab(null,null,"menuBar");

	menuTab.create();
	menuTab.setSkin("JMenuTabStand"); //this's for call the css layout control
	menuTab.addTab("Price","price");
	menuTab.addTab("Product Spec","spec");
	menuTab.addTab("Artwork Guidelines","upload");
	menuTab.setActiveTab(0); //this's set the active tab for first view
	