function setImages() {
   document.all.imgShowWonderful.style.visibility='visible';
   document.all.imgShowUser.style.visibility='visible';
   document.all.imgShowPrompt.style.visibility='visible';
   document.all.imgShowOur.style.visibility='visible';
   document.all.imgShowWonderful.style.display='block';
   document.all.imgShowUser.style.display='block';
   document.all.imgShowPrompt.style.display='block';
   document.all.imgShowOur.style.display='block';
	clearTimeout(setImg);
}

function showWonderful() {
   document.all.imgHideBusname.style.display='block';
    gohigh();
}

function hideWonderful() {
   document.all.imgHideBusname.style.display='none';
   golow();
}

function showUser() {
   document.all.imgHideBusname.style.display='block';
   gohigh2();
}

function hideUser() {
   document.all.imgHideBusname.style.display='none';
   golow2();
}

function showPrompt() {
   document.all.imgHideBusname.style.display='block';
    gohigh3();
}

function hidePrompt() {
   document.all.imgHideBusname.style.display='none';
   golow3();

 }

function showOur() {
   document.all.imgHideBusname.style.display='block';
   gohigh4();
}

function hideOur() {
   document.all.imgHideBusname.style.display='none';
   golow4();

 }

function gohigh(){
highImg1Timer=setInterval("highImg1()",1)
}

function gohigh2(){
highImg2Timer=setInterval("highImg2()",1)
}

function gohigh3(){
highImg3Timer=setInterval("highImg3()",1)
}

function gohigh4(){
highImg4Timer=setInterval("highImg4()",1)
}

function golow(){
lowImg1Timer=setInterval("lowImg1()",1)
}

function golow2(){
lowImg2Timer=setInterval("lowImg2()",1)
}

function golow3(){
lowImg3Timer=setInterval("lowImg3()",1)
}

function golow4(){
lowImg4Timer=setInterval("lowImg4()",1)
}

var ie5 = document.all&&document.getElementById
var ns6 = document.getElementById&&!document.all

if (ie5||ns6){
document.oncontextmenu=doNothing;
}

function doNothing(){
return false
}

var h=0;
function highImg1(){

if(ie5){
imgShowWonderful.filters.alpha.opacity=h;
}

if(ns6){
imgShowWonderful.style.MozOpacity=h;
}
   if(h>=100) {
    clearInterval(highImg1Timer)
    h=0;
    set1=1;
    }
    h=h+10;

 }

var o=100;
function highImg2(){

if(ie5){
imgShowUser.filters.alpha.opacity=o;
}

if(ns6){
imgShowUser.style.MozOpacity=o;
}

    if(o>=100) {
    clearInterval(highImg2Timer)
    o=0;
    set2=1;
     }
o=o+10;
}

var p=100;
function highImg3(){

if(ie5){
imgShowPrompt.filters.alpha.opacity=p;
}

if(ns6){
imgShowPrompt.style.MozOpacity=p;
}

    if(p>=100) {
    clearInterval(highImg3Timer)
    p=0;
    set3=1;
     }
p=p+10;
}

var a=100;
function highImg4(){

if(ie5){
imgShowOur.filters.alpha.opacity=a;
}

if(ns6){
imgShowOur.style.MozOpacity=a;
}

    if(a>=100) {
    clearInterval(highImg4Timer)
    a=0;
    set4=1;
     }
a=a+10;
}

var j=100;
var set1=0;
function lowImg1(){

	if(set1==0){
    		clearInterval(lowImg1Timer)
		return;
	}

if(ie5){
imgShowWonderful.filters.alpha.opacity=j;
}

if(ns6){
imgShowWonderful.style.MozOpacity=j;
}
    		if(j<=0) {
		set1=0;
    		clearInterval(lowImg1Timer)
    		j=100;
		}
	j=j-10;
}

var m=100;
var set2=0;
function lowImg2(){

	if(set2==0){
    		clearInterval(lowImg2Timer)
		return;
	}

if(ie5){
imgShowUser.filters.alpha.opacity=m;
}

if(ns6){
imgShowUser.style.MozOpacity=m;
}

    if(m<=0) {
    set2=0;
    clearInterval(lowImg2Timer)
    m=100;
     }
m=m-10;
}

var q=100;
var set3=0;
function lowImg3(){

	if(set3==0){
    		clearInterval(lowImg3Timer)
		return;
	}

if(ie5){
imgShowPrompt.filters.alpha.opacity=q;
}

if(ns6){
imgShowPrompt.style.MozOpacity=q;
}

    if(q<=0) {
    set3=0;	
    clearInterval(lowImg3Timer)
    q=100;
     }
q=q-10;
}

var aa=100;
var set4=0;
function lowImg4(){

	if(set4==0){
    		clearInterval(lowImg4Timer)
		return;
	}

if(ie5){
imgShowOur.filters.alpha.opacity=aa;
}

if(ns6){
imgShowOur.style.MozOpacity=aa;
}

    if(aa<=0) {
    set4=0;	
    clearInterval(lowImg4Timer)
    aa=100;
     }
aa=aa-10;
}

function resetImages() {
   document.all.imgShowWonderful.style.visibility='visible';
   document.all.imgShowUser.style.visibility='visible';
   document.all.imgShowPrompt.style.visibility='visible';
   document.all.imgShowOur.style.visibility='visible';
   document.all.imgShowWonderful.style.display='block';
   document.all.imgShowUser.style.display='block';
   document.all.imgShowPrompt.style.display='block';
   document.all.imgShowOur.style.display='block';

  history.back();
}
setImg = setTimeout('setImages()',2000);
 //pageLoop = setTimeout('resetImages()',30000);

