<!--

function navOnMouseOver(obj)
{

	oldbackgroundcolor = obj.style.backgroundColor;
   	if (document.getElementById) obj.style.cursor = "pointer";
    obj.style.backgroundColor = "#E0E0E0";
    obj.style.color = "#000000";

}

function navOnMouseOut(obj)
{
    obj.style.backgroundColor = oldbackgroundcolor;
    obj.style.color = "#000000";

}

function img_swap(which,that,i)
{
	if (document.images)
	{
		document[which].src = eval(that + '[' + i + '].src')
	}
}

var wstat
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var xsize = screen.width;
var ysize = screen.height;
var width = 480;
var height = 300;
var xpos = 0;
var ypos = 0;

function open_win(file,size)
{
	if (size == 1)
	{
		width = 440;
		height = 400;
	}
	else if (size == 2)
	{
		width = 540;
		height = 225;
	}
	else if (size == 3)
	{
		width = 445;
		height = 215;
	}
	else if (size == 4)
	{
		width = 320;
		height = 500;
	}
	else if (size == 5)
	{
		width = 315;
		height = 500;
	}
	else if (size == 6)
	{
		width = 722;
		height = 466;
	}
	else
	{
		width = 540;
		height = 225;
	}

	xpos = (xsize-width)/2;
	ypos = (ysize-height)/2;
	file = ''+ file;
	wstat = window.open(file,"","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+width+",height="+height+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}

function open_win_tech(file,size)
{
	if (size == 1)
	{
		width = 480;
		height = 680;
	}
	else if (size == 2)
	{
		width = 480;
		height = 690;
	}
	
	xpos = (xsize-width)/2;
	ypos = (ysize-height)/2;
	file = ''+ file;
	wstat = window.open(file,"","scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+width+",height="+height+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}

function open_win_techSeating(file,size)
{
	if (size == 1)
	{
		width = 470;
		height = 425;
	}

	xpos = (xsize-width)/2;
	ypos = (ysize-height)/2;
	file = ''+ file;
	wstat = window.open(file,"","scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+width+",height="+height+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}

function open_win_legal(file,size)
{
	if (size == 1)
	{
		width = 580;
		height = 680;
	}
	
	xpos = (xsize-width)/2;
	ypos = (ysize-height)/2;
	file = ''+ file;
	wstat = window.open(file,"","scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width="+width+",height="+height+",screenX="+xpos+",screenY="+ypos+",top="+ypos+",left="+xpos)
}
//-->