function LinkSelect(form, sel)
{
	adrs = sel.options[sel.selectedIndex].value;
	if (adrs != "-" ) parent.location.href=adrs;
}

function toggleWithClass2(o,tClassName,initState) {
 var t = o.parentNode.nextSibling;
 while (t.className != tClassName) {
  t = t.nextSibling;
 }
 var s = t.style.display || initState;
 if (s != "block") {
   t.style.display = "block";
   o.title = "Collapse";
   o.innerHTML = "[-]";
   } else {
  t.style.display = "none";
  o.title = "Expand";
  o.innerHTML = "[+]";
}
}


if(document.getElementById){
	document.writeln('<style type="text/css" media="all">');
	document.writeln('<!--');
	document.writeln('.sidehide{display:none;}');
	document.writeln('-->');
	document.writeln('</style>');
}

function showHide(id){
	var disp = document.getElementById(id).style.display;

	if(disp == "block"){
		document.getElementById(id).style.display = "none";
	}else{
		document.getElementById(id).style.display = "block";
	}
	return false;
}

function showHide2(id){
	var disp = document.getElementById(id).style.display;

	if(disp == "none"){
		document.getElementById(id).style.display = "block";
	}else{
		document.getElementById(id).style.display = "none";
	}
	return false;
}

var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}


function css_a_window() {
window.open("../images/css_a_win.html", "css_a_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_b_window() {
window.open("../images/css_b_win.html", "css_b_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_c_window() {
window.open("../images/css_c_win.html", "css_c_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_d_window() {
window.open("../images/css_d_win.html", "css_d_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_e_window() {
window.open("../images/css_e_win.html", "css_e_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_f_window() {
window.open("../images/css_f_win.html", "css_f_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}
function css_g_window() {
window.open("../images/css_g_win.html", "css_g_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_h_window() {
window.open("../images/css_h_win.html", "css_h_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}
function css_i_window() {
window.open("../images/css_i_win.html", "css_i_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}

function css_j_window() {
window.open("../images/css_j_win.html", "css_j_window","scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,width=1024,height=720");
}












