///headers
function brandshow() {
	getnfadeIt('lwidget1','/Brand/brand-menu-widget.php');
	getnfadeIt('ShowContent','/Brand/brand-contents.php?div=1');
}
function retailshow() {
	getnfadeIt('lwidget1','/Retail/shop-menu-widget.php');
	getnfadeIt('ShowContent','/Retail/retail-intro.php');
}
function productshow() {
	getnfadeIt('lwidget1','/Products/product-cat-box.php');
	getnfadeIt('ShowContent','/Products/product-new-arrivals.php');
}
function productmenushow() {
	getnfadeIt('lwidget1','/Products/product-cat-box.php');
}
function contactshow() {
	getnfadeIt('lwidget1','/Contact/contact-menu-widget.php');
	getnfadeIt('ShowContent','/Contact/contact.php');
}
function aboutshow() {
	getnfadeIt('lwidget1','/AboutUs/aboutus-menu-widget.php');
	getnfadeIt('ShowContent','/AboutUs/aboutus.php');
}
function wholesaleshow() {
	getnfadeIt('lwidget1','/WholeSale/wholesale-menu-widget.php');
	getnfadeIt('ShowContent','/WholeSale/wholesale.php');
}

///lSiderBar
function collectionshow() {
	getnfadeIt('lwidget1','/Collection/collection-menu-widget.php');
	getnfadeIt('ShowContent','/Collection/latest-show.php');
}

///rSideBar
function newsshow(newsid,url) {
	getnfadeIt('ShowContent','/News/news.php?newsid=' + newsid);
	getnfadeItNoloading('rwidget1',url);
	getnfadeIt('lwidget1','/News/news-menu-widget-left.php');
}
	
function newsshow2(newsid) {
	getnfadeIt('ShowContent','/News/news.php?newsid=' + newsid);
	getnfadeIt('lwidget1','/News/news-menu-widget-left.php');
}

function videoshow() {
	getnfadeIt('lwidget1','/Videos/video-menu-widget.php');
	getnfadeIt('ShowContent','/Videos/video.php');
}

function videoshowtvc() {
	getnfadeIt('lwidget1','/Videos/video-menu-widget.php');
	getnfadeIt('ShowContent','/Videos/video-tvc.php');
}

function videoshowtips() {
	getnfadeIt('lwidget1','/Videos/video-menu-widget.php');
	getnfadeIt('ShowContent','/Videos/video-tips.php');
}

function careshow() {
	getnfadeIt('lwidget1','/Care/care-menu-widget.php');
	getnfadeIt('ShowContent','/Care/care.php');
}

////Hip
function specialshow() {
	getnfadeIt('lwidget1','/Special/special-menu-widget.php');
	getnfadeIt('ShowContent','/Special/special.php');
}

function joinusshow() {
	getnfadeIt('lwidget1','/JoinUs/joinus-menu-widget.php');
	getnfadeIt('ShowContent','/JoinUs/joinus.php?lang=zh-HK');
}

function knowshow() {
	getnfadeIt('lwidget1','/Knowledge/know-menu-widget.php');
	getnfadeIt('ShowContent','/Knowledge/know.php');
}

function knowshowEN() {
	getnfadeIt('lwidget1','/Knowledge/know-menu-widget.php?lang=en');
	getnfadeIt('ShowContent','/Knowledge/know.php?lang=en');
}

function bestbuyshow() {
	getnfadeIt('lwidget1','/BestBuy/bestbuy-menu-widget.php');
	getnfadeIt('ShowContent','/BestBuy/bestbuy.php');
}

function cfrancshow() {
	getnfadeIt('lwidget1','/CFranchise/cfranc-menu-widget.php');
	getnfadeIt('ShowContent','/CFranchise/cfranc.php');
}

function QandAshow() {
	getnfadeIt('lwidget1','/Q+A/qa-menu-widget.php');
	getnfadeIt('ShowContent','/Q+A/qa-contents.php');
}

function QandAshowEN() {
	getnfadeIt('lwidget1','/Q+A/qa-menu-widget.php?lang=en');
	getnfadeIt('ShowContent','/Q+A/qa-contents.php?lang=en');
}

function BonusPtshow() {
	getnfadeIt('lwidget1','/BonusPt/bonuspt-widget.php');
	getnfadeIt('ShowContent','/BonusPt/bonuspt.php');
	//getnfadeIt('ShowContent','/BonusPt/jtoolsScrollable1.1.0.php');
}
