window.addEvent('domready', function() {
    Sexy = new SexyAlertBox();
});
 
function buymywebfull() {
    Sexy.confirm('To make the most out of MyWeb, you need to purchase a hosting plan from Digiweb. <a href="http://hosting.digiweb.ie/website-hosting/">Click here</a> to view our hosting plans, otherwise click "Buy Now".',{ onComplete: 
      function(returnvalue) {
        if(returnvalue)
        {
			window.location = "https://manage.hosting.digiweb.ie/cart/add/?product:301:=on"

        }
        else
        {
			
			
        }
      }
    });
}


function buymywebshop() {
    Sexy.confirm('To make the most out of MyWeb, you need to purchase a hosting plan from Digiweb. <a href="http://hosting.digiweb.ie/website-hosting/">Click here</a> to view our hosting plans, otherwise click "Buy Now".' ,{ onComplete: 
      function(returnvalue) {
        if(returnvalue)
        {
			window.location = "https://manage.hosting.digiweb.ie/cart/add/?product:304:304="

        }
        else
        {
			
			
        }
      }
    });
}


function upgrademyweb() {
    Sexy.confirm('In order to upgrade to myWeb Full you must already have a hosting account with Digiweb. Click OK to proceed.' ,{ onComplete: 
      function(returnvalue) {
        if(returnvalue)
        {
			window.location = "https://manage.hosting.digiweb.ie/cart/add/?product:301:=on"

        }
        else
        {
			
			
        }
      }
    });
}



