﻿ function TipAFriend (pageid) {

  url = escape (window.location.toString());

  pagetitle = escape (window.document.title);    

  headertext = escape ("Et godt tip: ")+escape (window.document.title);

    window.open ("/page469.aspx?urlsideid="+pageid+"&urllink="+url+"&urlsidetitel="+pagetitle+"&urloverskrift="+headertext, 'tipafriend', "dependent=yes,width=540,height=380,scrollbars=no,resizable=no");

}
 function TipAFriendtur (pageid) {

  url = escape (window.location.toString());

  pagetitle = escape (window.document.title);    

  headertext = escape ("Et godt tip: ")+escape (window.document.title);

    window.open ("/page531.aspx?urlsideid="+pageid+"&urllink="+url+"&urlsidetitel="+pagetitle+"&urloverskrift="+headertext, 'tipafriend', "dependent=yes,width=540,height=380,scrollbars=no,resizable=no");

}
function NewAddToBasket(productId, productName) {
  window.alert("Du har nu lagt 1 stk. " + productName + " i kurven.");
  AddToBasket(productId,1);
}