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 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];}}
}


app = navigator.appName; ver = navigator.appVersion; mac = ver.indexOf("Macintosh") > 0; win = ver.indexOf("Win") > 0; vnum = parseFloat(ver);     
mook = (((app == "Netscape") && (vnum >= 3 )) || ((mac) && (app == "Microsoft Internet Explorer") && (vnum >= 3.01 )) || ((win) && (app == "Microsoft Internet Explorer") && (vnum >= 4 ))) 
if (mook) {
	toc1on = new Image(); toc1on.src = "images/dest_buttons/1_flip.gif";
	toc2on = new Image(); toc2on.src = "images/dest_buttons/2_flip.gif";
	toc3on = new Image(); toc3on.src = "images/dest_buttons/3_flip.gif";
	toc4on = new Image(); toc4on.src = "images/dest_buttons/4_flip.gif";
	toc5on = new Image(); toc5on.src = "images/dest_buttons/5_flip.gif";
	toc6on = new Image(); toc6on.src = "images/dest_buttons/6_flip.gif";
	toc7on = new Image(); toc7on.src = "images/dest_buttons/7_flip.gif";
	toc8on = new Image(); toc8on.src = "images/dest_buttons/8_flip.gif";
	toc9on = new Image(); toc9on.src = "images/dest_buttons/9_flip.gif";
	toc10on = new Image(); toc10on.src = "images/dest_buttons/10_flip.gif";
	toc11on = new Image(); toc11on.src = "images/dest_buttons/11_flip.gif";
	toc12on = new Image(); toc12on.src = "images/dest_buttons/12_flip.gif";
	toc13on = new Image(); toc13on.src = "images/dest_buttons/13_flip.gif";

	toc1off = new Image(); toc1off.src = "images/dest_buttons/1.gif";
	toc2off = new Image(); toc2off.src = "images/dest_buttons/2.gif";
	toc3off = new Image(); toc3off.src = "images/dest_buttons/3.gif";
	toc4off = new Image(); toc4off.src = "images/dest_buttons/4.gif";
	toc5off = new Image(); toc5off.src = "images/dest_buttons/5.gif";
	toc6off = new Image(); toc6off.src = "images/dest_buttons/6.gif";
	toc7off = new Image(); toc7off.src = "images/dest_buttons/7.gif";
	toc8off = new Image(); toc8off.src = "images/dest_buttons/8.gif";
	toc9off = new Image(); toc9off.src = "images/dest_buttons/9.gif";
	toc10off = new Image(); toc10off.src = "images/dest_buttons/10.gif";
	toc11off = new Image(); toc11off.src = "images/dest_buttons/11.gif";
	toc12off = new Image(); toc12off.src = "images/dest_buttons/12.gif";
	toc13off = new Image(); toc13off.src = "images/dest_buttons/13.gif";
}
function img_act(imgName) {if (mook) {imgOn = eval(imgName + "on.src"); document [imgName].src = imgOn;}}
function img_inact(imgName) {if (mook) {imgOff = eval(imgName + "off.src"); document [imgName].src = imgOff;}}
// -->


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=450,height=376,resizable=no,location=no,scrollbars=no');
return false;
}
//-->