<!--
onload = function() {
breakout_of_frame();
}
// -->



<!-- script by Chris Armstrong

var subs_array = new Array("sub1","sub2","sub3","sub4","sub5","sub6","sub7","sub8","sub9");// Put the id's of your hidden divs in this array
function displaySubs(the_sub){
	if (document.getElementById(the_sub).style.display==""){
	document.getElementById(the_sub).style.display = "none";return}
for (i=0;i<subs_array.length;i++){
	var my_sub = document.getElementById(subs_array[i]);
	my_sub.style.display = "none";
	}document.getElementById(the_sub).style.display = "";
}
//-->


<!-- Popup Script for images
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=430,height=350,scrollbars=yes');
return false;
}
//-->

<!--
function breakout_of_frame() {
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
-->
