<!--
var height
var width

function tellafriend_e() {
		tempwin = window.open('','','width=352,height=390,scrollbars=no');
		tempwin.location.href="/tell_a_friend_e.cfm";
	}
function tellafriend_f() {
		tempwin = window.open('','','width=352,height=410,scrollbars=no');
		tempwin.location.href="/tell_a_friend_f.cfm";
	}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


function lang(l) {
	var search = '_' + l + '.';
	if (l == 'e') { ol = 'f' } else { ol = 'e' }
	if (parent.location.href.indexOf(search) >-1) {
		parent.location.href = parent.location.href.substring(0,(parent.location.href.lastIndexOf(search)+1)) + ol + parent.location.href.substring(parent.location.href.lastIndexOf(search)+2,parent.location.href.length);
	} 
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}


function printIt() {

if (window.print) {
   window.print();
}

else {
alert('Press "CTRL-P" to print this page');
}

}

function printVersion() {
var extName = '.asp';
var rootURL = parent.location.href.substring(0,(parent.location.href.lastIndexOf(extName)+4))
FileURL = rootURL + '?template=print';
window.open(FileURL, 'Print', 'width=602,height=400,top=10,left=100,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,');
}

function preview(FileURL) {
  	window.open(FileURL, 'Preview', 'width=450,height=419,top=10,left=10,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,');
}

function revise(FileURL) {
  	window.open(FileURL, 'Revise', 'width=575,height=332,top=10,left=10,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,');
}

function init() {
	
		// Fetch all the a elements in the document.
		var links = document.getElementsByTagName('a');

		// Loop through the a elements in reverse order
		// for speed.
		for (var i = links.length; i != 0; i--) {
			
			// Pull out the element for this iteration.
			var a = links[i-1];
			
			// If the element doesn't have an href, skip it.
			if (!a.href) continue;

			// If the element has a className that contains
			// 'external' attach the onclick handler.
			if (a.className && a.className.indexOf('print') != -1) a.onclick = PopWin;
			if (a.className && a.className.indexOf('external') != -1) a.onclick = PopWin;
		}
	}
	
	function PopWin(e) {
	
		// Accommodate IE's non-standard event handling.
		if (!e) var e = window.event;
		var a = e.target ? e.target : e.srcElement;

		// Open a new window with the link's href.
		var newwin = window.open(a.href);

		// The thought is that if the new window didn't
		// (popups blocked or whatever) we want to return
		// true so the link is follow normally. Not sure
		// if this works, but it doesn't seem to hinder.
		return !newwin;                               
	}
window.onload = init;


//-->
