// JavaScript Document
//*****************************************************************************
// Do not remove this notice.
//
// Copyright 1999-2004 ReadyWeb Ltd
// 
//*****************************************************************************

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function popPage(document,xWidth,yHeight) {
	mywin =
	  window.parent.open(document,"popwinpage","resizable=yes,scrollbars=yes,width='+xWidth+',height='+yHeight+',toolbar=no");
    mywin.document.close();
    mywin.resizeTo(xWidth+20,yHeight+20);
    mywin.focus();
  	  	}
		
function popUp(readyweb) {
mywin=window.parent.open(readyweb,"popwin","resizable=yes,scrollbars=yes,width=525,height=325,border=0,toolbar=no");
	  mywin.focus();
			}
var toname = "info";
var lefths = "ready";
var righths = "web.co.uk";
function print_email() 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + toname + "@" + lefths);
   document.write(righths + "\" onMouseOver=\"MM_displayStatusMsg('Email ReadyWeb');return document.MM_returnValue\">" + "Email" + "<\/a>");
}

function print_email2(domain2,domain1,addname) 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + addname + "@" + domain1 + ".");
   document.write(domain2 + "\" onMouseOver=\"MM_displayStatusMsg('Click to email');return document.MM_returnValue\">" +  addname + "@" + domain1 + "." +domain2 + "<\/a>");
}