// Workman International
<!--

function openWin(pagename){
		microsite_window=window.open(pagename,'microsite_window','toolbar=no,location=no,borders=no,directories=no,status=no,menubar=no,scrollbars=no,top=0,left=0,resizable=no,width=745,height=530')
	}

<!--

var message="© Copyright!";
///////////////////////////////////
function clickIE4(){
if (event.button==ctrl){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==ctrl||e.which==ctrl){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.CTRLDOWN);
document.onctrldown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onctrldown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// --> 

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->