
function showimghelp()
{
imghelpdiv.innerHTML="<table bgcolor=#336699 border=1 cellpadding=0 cellspacing=0 bordercolor=white><tr><td><table cellpadding=1 cellspacing=1><tr><td><a target='_blank' href='http://picasaweb.google.com/durgesh.singh/Mangalajodi2007'><font face=arial color=#F0DF31 size=1><b>Photo Courtesy: Durgesh Singh</b></font></a></td></tr></table></td></tr></table>"
imghelpdiv.style.left=document.body.scrollLeft+event.clientX-event.offsetX + 2
imghelpdiv.style.top=document.body.scrollTop+event.clientY-event.offsetY + 2
imghelpdiv.filters.revealTrans.transition=12;
imghelpdiv.filters.revealTrans.apply()
imghelpdiv.style.visibility="visible"
imghelpdiv.filters.revealTrans.play()
}

function hideimghelp()
{
imghelpdiv.style.visibility="hidden"
}

var imageajax = new Image();
imageajax.src="image2/wallpaper/ajaximg.gif"

var pgimgObjs = new Array(0);
var headPictureName = null;
var headImgFile = null;
var headIconFile = null;
var headTrack = null;

function LoadWallpaper(pictureName,imageFile,iconFile,track)
{
headPictureName=pictureName;
headImgFile=imageFile;
headIconFile=iconFile;
headTrack=track;

document.getElementById(headPictureName).src = imageajax.src;

pgimgObjs[0] = new Image();
pgimgObjs[0].onload = asyncLoadImage;
pgimgObjs[0].src = headImgFile;
}

function asyncLoadImage()
{
changeImageAfterLoad();
}


function changeImageAfterLoad()
{
	if (document.all)
  	{
		document.getElementById(headPictureName).style.filter="blendTrans(duration=1)";
		document.getElementById(headPictureName).filters.blendTrans.Apply();
 	}
	document.getElementById("wimg1").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg2").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg3").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg4").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg5").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg6").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg7").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg8").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg9").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg10").src = "image2/wallpaper/wicon.jpg";
	document.getElementById("wimg11").src = "image2/wallpaper/wicon.jpg";
	document.getElementById(headIconFile).src = "image2/wallpaper/wcicon.gif";
	document.getElementById(headPictureName).src = headImgFile;
	if (document.all)
 	{
 		document.getElementById(headPictureName).filters.blendTrans.Play();
	}
}

function LoadDefaultWallpaper()
{
var walltoday = new Date();
var wallsecond=walltoday.getSeconds()

if (parseInt(wallsecond)==0)
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp11.jpg";
document.getElementById("wimg13").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=1) && (parseInt(wallsecond)<=7))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp1.jpg";
document.getElementById("wimg1").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=8) && (parseInt(wallsecond)<=15))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp2.jpg";
document.getElementById("wimg2").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=16) && (parseInt(wallsecond)<=20))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp3.jpg";
document.getElementById("wimg3").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=21) && (parseInt(wallsecond)<=25))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp4.jpg";
document.getElementById("wimg4").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=26) && (parseInt(wallsecond)<=30))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp5.jpg";
document.getElementById("wimg5").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=31) && (parseInt(wallsecond)<=36))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp6.jpg";
document.getElementById("wimg6").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=37) && (parseInt(wallsecond)<=42))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp7.jpg";
document.getElementById("wimg7").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=43) && (parseInt(wallsecond)<=48))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp8.jpg";
document.getElementById("wimg8").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=49) && (parseInt(wallsecond)<=54))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp9.jpg";
document.getElementById("wimg9").src = "image2/wallpaper/wcicon.gif";
}
if ((parseInt(wallsecond)>=55) && (parseInt(wallsecond)<=59))
{
document.getElementById("HWallPaper").src = "image2/wallpaper/chilika/wp10.jpg";
document.getElementById("wimg10").src = "image2/wallpaper/wcicon.gif";
}


}
