// function _(name,value,message) { if(!message || confirm(message)) { document.body.style.cursor = 'wait'; a = f.hidden; a.name = name; a.value = value; f.submit(); return 1; } return 0; } /** * **/ function breakout_of_frame() { // see http://www.thesitewizard.com/archive/framebreak.shtml // for an explanation of this script and how to use it on your // own website if (top.location != location) { top.location.href = document.location.href ; } }