      //creating cookie to store the url of current page       
         function showchange()
           {                   
              createCookie("showchange",location,1);
              document.location. href='/se/butik/showchange/';
           }
      //creating cookie to store the url of current page for direct order      
         function directorder()
           {         
              createCookie("directorder",location,1);
              document.location. href='/gothia/se/butik/directorder/';
           }
    //function to redirect to product detail view page  
     function DetailView(url,serial)
      {  
          url=url.replace('||','&');
          url=url.replace('||','&');
          document.location. href='/se/butik/amnesomraden/'+url+'&content=true&searchparam1=serial='+serial;
      }