<!--
var layer_exist = Boolean("1");

function showIntro()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'show', 'layer_2950', 'hide', 'layer_3550', 'hide', 'layer_3750', 'hide', 'layer_4500', 'hide', 'layer_6500', 'hide')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_prism.jpg';

	self.document.img_c_03.src = '/global/AP/switching/images/c_03.jpg';
	self.document.img_c_05.src = '/global/AP/switching/images/c_05.jpg';
	self.document.img_c_07.src = '/global/AP/switching/images/c_07.jpg';
	self.document.img_c_10.src = '/global/AP/switching/images/c_10.jpg';
	self.document.img_c_12.src = '/global/AP/switching/images/c_12.jpg';
	self.document.img_c_14.src = '/global/AP/switching/images/c_14.jpg';
	self.document.img_c_15.src = '/global/AP/switching/images/c_15.jpg';
	self.document.img_c_16.src = '/global/AP/switching/images/c_16.jpg';
}
function show2950()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'hide', 'layer_2950', 'show', 'layer_3550', 'hide', 'layer_3750', 'hide', 'layer_4500', 'hide', 'layer_6500', 'hide')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_2950.jpg';
	self.document.img_c_03.src = '/global/AP/switching/images/c_03_ro.jpg';

	self.document.img_c_14.src='/global/AP/switching/images/c_14_ro.jpg';
}
function show3550()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'hide', 'layer_2950', 'hide', 'layer_3550', 'show', 'layer_3750', 'hide', 'layer_4500', 'hide', 'layer_6500', 'hide')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_3550.jpg';
	self.document.img_c_07.src = '/global/AP/switching/images/c_07_ro.jpg';

	self.document.img_c_14.src='/global/AP/switching/images/c_14_ro.jpg';
	self.document.img_c_15.src='/global/AP/switching/images/c_15_ro.jpg';
}
function show3750()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'hide', 'layer_2950', 'hide', 'layer_3550', 'hide', 'layer_3750', 'show', 'layer_4500', 'hide', 'layer_6500', 'hide')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_3750.jpg';
	self.document.img_c_10.src = '/global/AP/switching/images/c_10_ro.jpg';

	self.document.img_c_15.src='/global/AP/switching/images/c_15_ro.jpg';
}
function show4500()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'hide', 'layer_2950', 'hide', 'layer_3550', 'hide', 'layer_3750', 'hide', 'layer_4500', 'show', 'layer_6500', 'hide')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_4500.jpg';
	self.document.img_c_05.src = '/global/AP/switching/images/c_05_ro.jpg';

	self.document.img_c_15.src='/global/AP/switching/images/c_15_ro.jpg';
	self.document.img_c_16.src='/global/AP/switching/images/c_16_ro.jpg';
}
function show6500()
{
	if (layer_exist)
	{
		showLayers('layer_intro', 'hide', 'layer_2950', 'hide', 'layer_3550', 'hide', 'layer_3750', 'hide', 'layer_4500', 'hide', 'layer_6500', 'show')
	}
	self.document.img_c_09.src = '/global/AP/switching/images/c_09_6500.jpg';
	self.document.img_c_12.src = '/global/AP/switching/images/c_12_ro.jpg';

	self.document.img_c_16.src='/global/AP/switching/images/c_16_ro.jpg';
}

function showLargeNetwork()
{
	self.document.img_c_05.src = '/global/AP/switching/images/c_05_ro.jpg';
	self.document.img_c_12.src = '/global/AP/switching/images/c_12_ro.jpg';
	self.document.img_c_16.src = '/global/AP/switching/images/c_16_ro.jpg';
}

function showMediumNetwork()
{
	self.document.img_c_05.src = '/global/AP/switching/images/c_05_ro.jpg';
	self.document.img_c_07.src = '/global/AP/switching/images/c_07_ro.jpg';
	self.document.img_c_10.src = '/global/AP/switching/images/c_10_ro.jpg';
	self.document.img_c_15.src = '/global/AP/switching/images/c_15_ro.jpg';
}

function showSmallNetwork()
{
	self.document.img_c_03.src = '/global/AP/switching/images/c_03_ro.jpg';
	self.document.img_c_07.src = '/global/AP/switching/images/c_07_ro.jpg';
	self.document.img_c_14.src = '/global/AP/switching/images/c_14_ro.jpg';
}

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 openCatalystWin(appurl)
{
	var appwindow = window.open( appurl , 'Catalyst', "toolbar=yes,status=yes,top=25,left=0,outerWidth=798,outerHeight=547,width=798,height=547,scrollbars=yes,resizable=yes,menubar=yes,locationbar=no,");
	//var appwindow = window.open( appurl , 'Catalyst', "toolbar=yes,status=yes,top=25,left=0,outerWidth=498,outerHeight=520,width=700,height=520,scrollbars=yes,resizable=yes,menubar=yes,locationbar=no,");
	appwindow.focus();
}
//-->
