if (document.images) {
	onlineStore = new Image(60,20);onlineStore.src = 'templates/op/i/headerLinkOnlineStore.gif';
	onlineStoreOn = new Image(60,20);onlineStoreOn.src = 'templates/op/i/headerLinkOnlineStoreOn.gif';
	infoAdvice = new Image(181,20);infoAdvice.src = 'templates/op/i/headerLinkInfoAdvice.gif';
	infoAdviceOn = new Image(181,20);infoAdviceOn.src = 'templates/op/i/headerLinkInfoAdviceOn.gif';
	aboutUs = new Image(52,20);aboutUs.src = 'templates/op/i/headerLinkAboutUs.gif';
	aboutUsOn = new Image(52,20);aboutUsOn.src = 'templates/op/i/headerLinkAboutUsOn.gif';
	ourPolicy = new Image(46,58);ourPolicy.src = 'templates/op/i/headerLinkOurPolicy.gif';
	ourPolicyOn = new Image(46,58);ourPolicyOn.src = 'templates/op/i/headerLinkOurPolicyOn.gif';
}

function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; MacPowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}
