
 function goToURL() { history.go(-1); }
  

function addbookmark()
{
bookmarkurl="http://www.pawis.com"
bookmarktitle="INTELLiGENT Solutions - Performance Monitoring and Analysis"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

offMessage = "Spillsolve: <br>Your Cleanning Product Solutions Provider"
function boxOn(which,message) {
if (document.all||document.getElementById) {
which.className = 'BorderOn';
if (document.getElementById) {
document.getElementById("Message").innerHTML = message
window.defaultStatus = message;
}
else {
Message.innerHTML = message;
window.defaultStatus = message;
      }
   }
}
function boxOff(which) {
if (document.all||document.getElementById) {
which.className = 'BorderOff';
if (document.getElementById) {
document.getElementById("Message").innerHTML = offMessage
}
else {
Message.innerHTML = offMessage;
      }
   }
}

function checkFrame(){
if (parent.location.href == self.location.href) {
	window.location.href = 'index.htm';
}
}
