var message = "The content and works provided on these Web pages are governed by international copyright laws and owned by Creation Publishing Ltd (UK). This includes the design, layout, graphics, pictures, animations, databases, textual and any kind of multimedia content. Partial or whole duplication, processing, distribution, or any form of commercialization of such material beyond the scope of the copyright law shall require the prior written consent of Creation Publishing Ltd (UK) and of the authors Creation Publishing Ltd (UK) represents. Any other usage of non-commercial and non-private nature of any part of the website and its contents require written consent of Creation Publishing Ltd (UK).";

function getbr()
{	isDOM=document.getElementById	
	if(document.all && document.all.item)return("MSIE");
	if(isNetscape4=document.layers)return("Netscape");
	if(isMozilla=isDOM && navigator.appName=="Netscape")return("Mozilla");	}

var br = getbr();

function clickNS(e)
{	if (document.layers || (document.getElementById && !document.all))if (e.which == 2)alert(message);	}
   
if(br == "Mozilla")document.oncontextmenu = new Function("alert(message);return(false);");

if(br == "Netscape")
{	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown = clickNS;	}
	
if(br == "MSIE")
{	document.onmouseup = clickNS;
	document.oncontextmenu = new Function("alert(message);return(false);");   }
	
function openwnd(name,w,h)
{	window.open(name,'example','width='+w+', height='+h+', resizable=yes, scrollbars=yes');	}

function openwnd_n(name,w,h)
{	window.open(name,'example','width='+w+', height='+h+', resizable=no, scrollbars=no');	}
