﻿// JScript 文件lr 控制标签的样式

 //异步调用函数
          //首页
        
             function getaroundlist(bradnid,shopId){
          	
	         $.get("proShow.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);
	
	         })
	     
             }
         //打印优惠券
          function getaroundlist2(bradnid,shopId){           
	         $.get("youhui.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);

	         })
	      
             }
         //视频图册    
              function getaroundlist3(bradnid,shopId){
		
	         $.get("videoAndPic.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);
	         $("#videoandpic2").visible = true;
	         })
	
             }         
       
          //商铺简介、门店
               function getaroundlist4(bradnid,shopId){
          
            		
	         $.get("specialStore.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);
	
	        
	         })
	       //  }
             }
             
       	   //网友实例、相关社区    
              function getaroundlist5(bradnid,shopId){
          
	         $.get("shopCommunity.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);

	         })
	    
             }
              //网友实例、俱乐部   
              function getaroundlist6(bradnid,shopId){
          
	         $.get("shopClub.aspx",{brandId:bradnid,shopId:shopId},function(txt){
	         $("#content").html(txt);

	         })
	    
             }
             
             
            
             
             
             
             
             
    

