function KeyPress(e) {
goahead = false;
if(e)
{
if(e.which==122)
if(e.ctrlKey)
goahead=true;
}
else
if (window.event.keyCode == 26)
goahead=true;
if (goahead) {
if (confirm("Entering editing mode, are you sure?"))
{
document.location = "http://www.i-o-s.net/iwe/remote/login.asp?url=" + document.location;
// document.location = "http://pj/iwe/remote/login.asp?url=" + document.location;
}
}
}
document.onkeypress = KeyPress;
document.write(" Rosemary Mint Body Wrap
Body Glow $85
Caribbean Therapy Body Treatment $95
Essential Back Treatment $50
$75
Leg Treatment $45
***All Prices subject to change at any time. Prices listed on website are not guaranteed.
");