function openIce() {
		window.open('../ice/ice.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

function openIceBox() {
		window.open('../ice/icebox.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

function openMatchMe() {
		window.open('../ice/matchme.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

function openDerivsDoc() {
		window.open('../ice/dervisdoc.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

function openMatchBox() {
		window.open('../ice/matchbox.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

function openDerivsBox() {
		window.open('../ice/derivsbox.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}
function openSubmit() {
		window.open('../contact/successfull.html','','width=300,height=300,resizable=No,scrollbars=No');
	}
function validateForm()
    {
	formObj = document.details;
	if (formObj.fname.value == "") {
	    alert("You have not filled in the first name field.");
	    formObj.fname.focus();
	    return false;
	}

	if (formObj.lname.value == "") {
	    alert("You have not filled in the last name field.");
	    formObj.lname.focus();
	    return false;
	}

	if (formObj.company.value == "") {
	    alert("Please fill the company name");
	    formObj.company.focus();
	    return false;
	}

	if (formObj.country.value == "") {
	    alert("Please enter your country");
	    formObj.country.focus();
	    return false;
	}

	
	if (formObj.email.value == "") {
	    alert("please enter your email id");
	    formObj.email.focus();
	    return false;
	}

	if (formObj.phone.value == "") {
	    alert("Please enter your phone number");
	    formObj.phone.focus();
	    return false;
	}
	if (formObj.industry.value == "") {
	    alert("Please enter from which industry you are");
	    formObj.phone.focus();
	    return false;
	}
	else
window.open('../contact/successfull.html','','width=300,height=300,resizable=No,scrollbars=No');
	
    }

function Closeice()
{
window.close();
}

function openPrivacy() {
		window.open('../common/privacy.html','','width=800,height=400,resizable=No,scrollbars=yes');
	}
function openTerms() {
		window.open('../common/termsofuse.html','','width=800,height=400,resizable=No,scrollbars=yes');
	}
function openSite() {
		window.open('../common/site.html','','width=800,height=400,resizable=No,scrollbars=yes');
	}
function openAllbourne() {
		window.open('../casestudies/docs/allbourne.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}
function openglobalcustodian() {
		window.open('../casestudies/docs/globalcustodian.html','','width=800,height=400,resizable=yes,scrollbars=yes');
	}

