/*
 Author : Michael Cheung
 E-mail : info@michaelassociates.co.uk
 Date Start :   01/May/2004
 Date Amend :   05/Nov/2004
 Client : Michael Associates
 Website : www.michaelassociates.co.uk
 Version : v2.5
*/

dayName = new Array("", "Mon", "Tue", "Wed", "Thur", "Fri", "Sat", "Sun")
monName = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec")
now = new Date
		  
var message="Michael Associates, new media solutions\n ::  web + multimedia + graphic design + print + marketing = new media solution  \n\n E-mail: info@michaelassociates.co.uk \n Call 0845 838 6888 to speak to one of our buddh'ing staff who will be happy to help...";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}