var number=1;
var images=15;
function window_onload()
{
setTimeout("switchImage()",3000);
}
function switchImage()
{
	number++;
	if(number<images)
                  {
	document.imgAdert.src="images/abc"+number+".jpg";
	      setTimeout("switchImage()",3000);
	}	
}


function imageovera(URL)
{
document.a.src=(URL)
}
function imageouta(URL)
{
document.a.src=(URL)
}

function imageoverb(URL)
{
document.b.src=(URL)
}
function imageoutb(URL)
{
document.b.src=(URL)
}

function imageoverc(URL)
{
document.c.src=(URL)
}
function imageoutc(URL)
{
document.c.src=(URL)
}

function imageoverd(URL)
{
document.d.src=(URL)
}
function imageoutd(URL)
{
document.d.src=(URL)
}

function imageovere(URL)
{
document.e.src=(URL)
}
function imageoute(URL)
{
document.e.src=(URL)
}

function imageoverf(URL)
{
document.f.src=(URL)
}
function imageoutf(URL)
{
document.f.src=(URL)
}


function imageoverg(URL)
{
document.g.src=(URL)
}
function imageoutg(URL)
{
document.g.src=(URL)
}

function imageoverh(URL)
{
document.h.src=(URL)
}
function imageouth(URL)
{
document.h.src=(URL)
}



function imageoveraa(URL)
{
document.aa.src=(URL)
}
function imageoutaa(URL)
{
document.aa.src=(URL)
}

function imageoverbb(URL)
{
document.bb.src=(URL)
}
function imageoutbb(URL)
{
document.bb.src=(URL)
}

function imageovercc(URL)
{
document.cc.src=(URL)
}
function imageoutcc(URL)
{
document.cc.src=(URL)
}

function imageoverdd(URL)
{
document.dd.src=(URL)
}
function imageoutdd(URL)
{
document.dd.src=(URL)
}



