// JavaScript Document
function autofitIframe(id){
if (!window.opera && !document.mimeType && document.all && document.getElementById){
parent.document.getElementById(id).style.height=this.document.body.offsetHeight+12+"px";
}
else if(document.getElementById) {
parent.document.getElementById(id).style.height=this.document.body.scrollHeight+12+"px"
}
}

if (parent.location.href == self.location.href){
    window.location.href = '../index.htm'
}

function loadFrames(frame1,page1,frame2,page2,frame3,page3) {
eval("parent."+frame1+".location='"+page1+"'");
}

function click() { if (event.button==2) {alert('©2005') } } document.onmousedown=click 
