var time = null
function move() {
window.location = 'Default.aspx?ID=30'
}

function ReplaceContentInContainer(A,B) {
var container = document.getElementById(A).innerHTML;
document.getElementById(A).innerHTML = document.getElementById(B).innerHTML;
document.getElementById(B).innerHTML = container;
}

function ShowBanner(URL) {
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '223',
			'height', '83',
			'src', 'files/filer/flash/crosslink_banner',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'files/filer/flash/crosslink_banner',
			'bgcolor', '#ffffff',
			'name', 'files/filer/flash/crosslink_banner',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'FlashVars', 'xmlFile='+URL,
			'movie', 'files/filer/flash/crosslink_banner',
			'salign', ''
			); //end AC code
	}
}

function ShowBannerFr(URL) {
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '223',
			'height', '83',
			'src', 'files/filer/flash/crosslink_banner_fr',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'files/filer/flash/crosslink_banner_fr',
			'bgcolor', '#ffffff',
			'name', 'files/filer/flash/crosslink_banner_fr',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'FlashVars', 'xmlFile='+URL,
			'movie', 'files/filer/flash/crosslink_banner_fr',
			'salign', ''
			); //end AC code
	}
}

function ShowBannerTest(URL) {
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		document.getElementById('test').innerHTML = AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '223',
			'height', '83',
			'src', 'files/filer/flash/crosslink_banner',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'files/filer/flash/crosslink_banner',
			'bgcolor', '#ffffff',
			'name', 'files/filer/flash/crosslink_banner',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'FlashVars', 'xmlFile='+URL,
			'movie', 'files/filer/flash/crosslink_banner',
			'salign', ''
			); //end AC code
	}
}




function ShowNewsTicker(URL) {
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '240',
			'height', '95',
			'src', 'files/filer/flash/news_widget',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'files/filer/flash/news_widget',
			'bgcolor', '#ffffff',
			'name', 'files/filer/flash/news_widget',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'FlashVars', 'xmlFile='+URL,
			'movie', 'files/filer/flash/news_widget',
			'salign', ''
			); //end AC code
	}
}
function ShowNewsTickerFr(URL) {
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '240',
			'height', '95',
			'src', 'files/filer/flash/news_widget_fr',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'files/filer/flash/news_widget_fr',
			'bgcolor', '#ffffff',
			'name', 'files/filer/flash/news_widget_fr',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'FlashVars', 'xmlFile='+URL,
			'movie', 'files/filer/flash/news_widget_fr',
			'salign', ''
			); //end AC code
	}
}

