<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

function MM_displayStatusMsg(msgStr) { //v1.0

  status=msgStr;

  document.MM_returnValue = true;

}

function newImage(arg) {

	if (document.images) {

		rslt = new Image();

		rslt.src = arg;

		return rslt;

	}

}



function changeImages() {

	if (document.images && (preloadFlag == true)) {

		for (var i=0; i<changeImages.arguments.length; i+=2) {

			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];

		}

	}

}



var preloadFlag = false;

function preloadImages() {

	if (document.images) {

		agat_09_over = newImage("agat_09-over.gif");

		agat_12_agat_09_over = newImage("agat_12-agat_09_over.gif");

		agat_17_agat_09_over = newImage("agat_17-agat_09_over.gif");

		agat_23_agat_09_over = newImage("agat_23-agat_09_over.gif");

		agat_27_agat_09_over = newImage("agat_27-agat_09_over.gif");

		agat_33_agat_09_over = newImage("agat_33-agat_09_over.gif");

		agat_37_agat_09_over = newImage("agat_37-agat_09_over.gif");

		preloadFlag = true;

	}

}


/*
	Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
	For full source code, 100's more free DHTML scripts, and Terms Of Use
	Visit http://www.dynamicdrive.com
	*/

	top.window.moveTo(0,0);
	if (document.all) {
		top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
	if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
		top.window.outerHeight = screen.availHeight;
		top.window.outerWidth = screen.availWidth;
		}
	}

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);

//-->