function mailto(domain,user) 
	{ 
		document.location.href = "mailto:" + user + "@" + domain + "?subject=Images4Real%20Website%20Enquiry";
	}

function pop(url,winheight,winwidth)
	{
		//Default sizes for window
		if (winheight==null) winheight='330';
		if (winwidth==null) winwidth='470';
		window.name="mainwin"
		wintype="prodwin"
		eval("window.open(url, wintype, 'toolbar=0,location=,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+winwidth+",height="+winheight+"')")
	}

function pop2(url,winheight,winwidth)
	{
		//Default sizes for window
		if (winheight==null) winheight='800';
		if (winwidth==null) winwidth='800';
		window.name="mainwin"
		wintype="prodwin"
		eval("window.open(url, wintype, 'toolbar=0,location=,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+winwidth+",height="+winheight+"')")
	}

function validate() {
	if (document.form1.Name.value.length < 4) { alert("You have missed out some information\nPlease enter your Full Name\n\nThank you for your interest"); return false; }
	if (document.form1.Telno.value.length < 6) { alert("You have missed out some information\nPlease enter your Telephone Number\n\nThank you for your interest"); return false; }
	if (document.form1.email.value.length < 6) { alert("You have missed out some information\nPlease enter your Email Address\n\nThank you for your interest"); return false; }
	}

