		function Hide(str) {
		x = document.getElementById(str);
		x.style.display = 'none';
		}
		
		function Show(str) {
		x = document.getElementById(str);
		x.style.display = 'block';
		}
		
function loadFlash() {
// swf Object code here
}

function count() {
var statsa='/statistics/count.asp';
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
//document.write('<img src="' + statsa + '?'+info+ '" width=0 height=0 border=0>');
IMGpreviewHTML = '<img src="' + statsa + '?'+info+ '" width=0 height=0 border=0>';
document.getElementById('IMGpreview').innerHTML = IMGpreviewHTML
}


//document.write('<style type="text/css">#container{display:none;} </style>');

function ShowMeSite() {
	new Effect.SlideDown('container',{duration:1.0, afterFinish:function(){loadSifer()}});
	}
	
function loadSifer() {
sIFR.replaceElement(named({sSelector:"#innerpage h1", sFlashSrc:"h1.swf", sColor:"#6F6F6F", sLinkColor:"#1D182E", sHoverColor:"#1D182E", sWmode:"transparent"}))
}

function doLoadPage(file) {
	location.href=file;
}
	
function goToPage(file) {
	new Effect.SlideUp('container',{duration:1.0, afterFinish:function(){doLoadPage(file)}});
	}
