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("| Home | Facts about cot death | Mechanism of cot death | No medical cause | How to prevent cot death | FAQs about cot death | FAQs about mattress-wrapping | Statistics | BabeSafe products | Product sizes | How to order | The Cot Death Cover-up? | Bedding analyses | Research | Errors in Limerick Report | SIDS Australia & First Candle get it wrong |");