// JavaScript Document
function showMenu(){
	MM_effectBlind('moreMenu', 600, '0%', '100%', true);
	el('moreMenu').style['zIndex'] = 2;
	el('more').style['zIndex'] = 2;
	el('menu').style['zIndex'] = 8;
}
window.onload = function(){scrn(); MM_preloadImages('images/home2.jpg','images/register2.jpg','images/newsletter2.jpg');}
window.onresize = function(){scrn();}
var params = { wmode: "transparent" };
swfobject.embedSWF("images/moreEXT.swf","more","974","475","9.0.0","scrpts/expressinstall.swf",flashvars,params,attributes);
var params = { wmode: "opaque" };
swfobject.embedSWF("images/moreMenu.swf","menu","974","25","9.0.0","scrpts/expressinstall.swf",flashvars,params,attributes);
function show(ele){
	MM_effectBlind(ele+'MoreDetails',300,'0%','100%',true);
}
function detail(c){
	el(c+'Detailed').style['display'] = '';
	el(c+'Summary').style['display'] = 'none';
	el(c+'AD').style['display'] = 'none';
	el(c+'PD').style['display'] = '';
	el(c+'AS').style['display'] = '';
	el(c+'PS').style['display'] = 'none';
}
function summary(c){
	el(c+'Detailed').style['display'] = 'none';
	el(c+'Summary').style['display'] = '';
	el(c+'AD').style['display'] = '';
	el(c+'PD').style['display'] = 'none';
	el(c+'AS').style['display'] = 'none';
	el(c+'PS').style['display'] = '';
}