﻿

function ShareItCustomerPopup()
{
    var url = 'https://secure.shareit.com/shareit/cart.html?PRODUCT[300225007]=1&amp;hidecoupon=1&amp;DELIVERY[300225007]=EML&amp;cookies=1&amp;backlink=http://www.amphis-software.com';

try
{
   if(AVG_AFF){ 
      url = 'https://secure.avangate.com/order/checkout.php?PRODS=1211832&amp;QTY=1';
   }
}
catch(err)
{
}

NewWin(url);
}
function ShareItCustomerSameWin()
{
    var url = 'https://secure.shareit.com/shareit/cart.html?PRODUCT[300225007]=1&amp;hidecoupon=1&amp;DELIVERY[300225007]=EML&amp;cookies=1&amp;backlink=http%3A%2F%2Fwww.amphis-software.com';

try
{
   if(AVG_AFF){ 
      url = 'https://secure.avangate.com/order/checkout.php?PRODS=1211832&amp;QTY=1';
   }
}
catch(err)
{
}

SameWin(url);
}

function ShareItCustomer3Popup()
{
    var url = 'http://www.shareit.com/product.html?productid=300266717&amp;backlink=http%3A%2F%2Fwww.amphis-software.com';
NewWin(url);
}
function ShareItCustomer3SameWin()
{
    var url = 'http://www.shareit.com/product.html?productid=300266717&amp;backlink=http%3A%2F%2Fwww.amphis-software.com';
SameWin(url);
}

function NewWin(url)
{
window.open (url, "");
}

function SameWin(url)
{
document.location = url;
}
