﻿function launchcoupon()
{
    window.open("/services/couponlaunch.aspx", "couponwindow", 'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes' );
    window.location="/coupons/couponthanks.aspx";
}

function LaunchVillas()
{
    twin = window.open("http://www.fairexchangevillas.com","eMail1",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=yes,top=0,left=0,width='+ screen.width + ',height=' + screen.height);

		dbclick = true;
		
		if( twin != null )
		{
			twin.focus();
			args.IsValid = true;
		}
		else
		{
		    document.getElementById('errorMessage').innerHTML = "<font color='red'><p><strong>Be sure to allow pop-ups from this site when asked - without allowing pop-ups, the Fair Exchange Villas window will not be able to open. Only a single pop-up window will be launched and/or updated as you play your selected free games, so you won't be bombarded with new pop-ups.</strong></p></font>";
		    alert("Please ensure that you have allowed pop-ups to be viewed from this site - only a single pop-up window will be launched and/or updated as you open up fair exchange villas. Thanks, the Fair Exchange Team.");
		}
}
