

















function confirmLegal( ftpSite ) {

	var P1 = "EA TOOLS END USER LICENSE\n\nThis content is provided on an \"AS IS\" and \"AS AVAILABLE\" basis for your personal, non-commercial use, without warranties of any kind, either express or implied, unless such warranties are legally incapable of exclusion. Download and use of this content is at your sole risk and subject to EA's online terms of service. You must keep all copyright and proprietary notices intact. Unauthorized copying and distribution is prohibited.\n\nPlease click \"OK\" if you agree to the above terms, or \"Cancel\" to discontinue.";

	

	

    if (confirm(P1)) {
        self.location = ftpSite;
    }
}


function confirmLegalNewWindow( url, windowName, width, height) {

	var P1 = "EA TOOLS END USER LICENSE\n\nThis content is provided on an \"AS IS\" and \"AS AVAILABLE\" basis for your personal, non-commercial use, without warranties of any kind, either express or implied, unless such warranties are legally incapable of exclusion. Download and use of this content is at your sole risk and subject to EA's online terms of service. You must keep all copyright and proprietary notices intact. Unauthorized copying and distribution is prohibited.\n\nPlease click \"OK\" if you agree to the above terms, or \"Cancel\" to discontinue.";

	

	

    if (confirm(P1)) {
       window.open(url, windowName, "width="+width+", height="+height);
    }
}

function confirmLegalNewWindowEndings( url, windowName, width, height) {

	var P1 = "EA TOOLS END USER LICENSE\n\nThis content is provided on an \"AS IS\" and \"AS AVAILABLE\" basis for your personal, non-commercial use, without warranties of any kind, either express or implied, unless such warranties are legally incapable of exclusion. Download and use of this content is at your sole risk and subject to EA's online terms of service. You must keep all copyright and proprietary notices intact. Unauthorized copying and distribution is prohibited.\n\nPlease click \"OK\" if you agree to the above terms, or \"Cancel\" to discontinue.";

	

	

    if (confirm(P1)) {
       window.open(url, windowName, "width="+width+", height="+height);
    }
}


function confirmLegalOpenWindow( url, windowName) {

	var P1 = "EA TOOLS END USER LICENSE\n\nThis content is provided on an \"AS IS\" and \"AS AVAILABLE\" basis for your personal, non-commercial use, without warranties of any kind, either express or implied, unless such warranties are legally incapable of exclusion. Download and use of this content is at your sole risk and subject to EA's online terms of service. You must keep all copyright and proprietary notices intact. Unauthorized copying and distribution is prohibited.\n\nPlease click \"OK\" if you agree to the above terms, or \"Cancel\" to discontinue.";

	

	

    if (confirm(P1)) {
       window.open(url, windowName);
    }
}

function confirmIt( page ) {

	

	var P1 = "You are about to leave Electronic Arts' website and go to a website owned by a third party. Electronic Arts is not responsible for content on third party sites, and our privacy policy does not apply to their information collection practices. Press OK to access the linked site or press CANCEL to return to your original page.";

	

    if (confirm(P1)) {
        self.location = page;
    }
}

function confirmBF( page ) {

	

	
var P1 = "EA TOOLS END USER LICENSE\n\nThis content is provided on an \"AS IS\" and \"AS AVAILABLE\" basis for your personal, non-commercial use, without warranties of any kind, either express or implied, unless such warranties are legally incapable of exclusion. Download and use of this content is at your sole risk and subject to EA's online terms of service. You must keep all copyright and proprietary notices intact. Unauthorized copying and distribution is prohibited.\n\nPlease click \"OK\" if you agree to the above terms, or \"Cancel\" to discontinue.";


    if (confirm(P1)) {
        self.location = page;
    }
}


