function setStat(statnotice){
  parent.status=statnotice; return true;
}

function clearStat(){
  parent.status='Use the menu in the centre of the screen to navigate through the site.'; return true;
}

function ad_IEkillmarquee() {
    if (document.all) {
        for (var i in document.links) {
            document.links[i].onfocus = document.links[i].blur;
        }
        for (i = 0; i < document.all.length; i++) {
            if (document.all(i).tagName == "INPUT") {
                if ((document.all(i).type.toLowerCase() == "radio") || (document.all(i).type.toLowerCase() == "checkbox") || (document.all(i).type.toLowerCase() == "button") || (document.all(i).type.toLowerCase() == "submit") || (document.all(i).type.toLowerCase() == "reset") || (document.all(i).type.toLowerCase() == "image")) {
                    document.all(i).onfocus = document.all(i).blur;
                }
            }
        }
    }
}

function ch_item(srcname) {
        if (parent.document.frames['itemttl'].document.images) {
                parent.document.frames['itemttl'].document.images['ttl'].src="design/item_" + srcname + ".gif";
        }
}

function f_check() {
  reload = ((parent == null) || (parent.frames.length == 0) || (parent.frames[1].name != "visual"));
  if (reload) parent.location = "http://www.renoiro.com/";
}