// JavaScript Document

function preloadDefaultImg()
{
	pda = new Image(1023,502);
	pda.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/gallery2a.jpg";
	
	pdb = new Image(350,263);
	pdb.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/default.jpg";
	
	pdc = new Image();
	pdc.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/hr.gif";
	
	pdd = new Image();
	pdd.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/galleryword.jpg";
	
	pde = new Image();
	pde.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/arrow_up1.gif";
	
	pdf = new Image();
	pdf.src = "http://www.thewinegallery.com.sg/gallery/pastevents/res/arrow_down1.gif";
	
	
	pd1 = new Image(); pd2 = new Image(); pd3 = new Image(); pd4 = new Image(); pd5 = new Image();
	pd6 = new Image(); pd7 = new Image(); pd8 = new Image(); pd9 = new Image(); pd10 = new Image(); 
	pd11 = new Image(); pd12 = new Image(); pd13 = new Image(); pd14 = new Image(); pd15 = new Image();
	pd16 = new Image();
	
	pd1.src = "http://www.thewinegallery.com.sg/gallery/pastevents/1/1.jpg";
	pd2.src = "http://www.thewinegallery.com.sg/gallery/pastevents/2/2.jpg";
	pd3.src = "http://www.thewinegallery.com.sg/gallery/pastevents/3/3.jpg";
	pd4.src = "http://www.thewinegallery.com.sg/gallery/pastevents/4/4.jpg";
	pd5.src = "http://www.thewinegallery.com.sg/gallery/pastevents/5/5.jpg";
	pd6.src = "http://www.thewinegallery.com.sg/gallery/pastevents/6/6.jpg";
	pd7.src = "http://www.thewinegallery.com.sg/gallery/pastevents/7/7.jpg";
	pd8.src = "http://www.thewinegallery.com.sg/gallery/pastevents/8/8.jpg";
	pd9.src = "http://www.thewinegallery.com.sg/gallery/pastevents/9/9.jpg";
	pd10.src = "http://www.thewinegallery.com.sg/gallery/pastevents/10/10.jpg";
	pd11.src = "http://www.thewinegallery.com.sg/gallery/pastevents/11/11.jpg";
	pd12.src = "http://www.thewinegallery.com.sg/gallery/pastevents/12/12.jpg";
	pd13.src = "http://www.thewinegallery.com.sg/gallery/pastevents/13/13.jpg";
	pd14.src = "http://www.thewinegallery.com.sg/gallery/pastevents/14/14.jpg";
	pd15.src = "http://www.thewinegallery.com.sg/gallery/pastevents/15/15.jpg";
	pd16.src = "http://www.thewinegallery.com.sg/gallery/pastevents/16/16.jpg";
	
	setTimeout('hideloading()',1000);
}

function hideloading() {

	if(document.getElementById) {
		document.getElementById('prepage').style.visibility = 'hidden';
		setTimeout('showcont()',1);
	}
	else 
	{
		if (document.layers) {  // Netscape 4
			document.prepage.visibility = 'hidden';
			setTimeout('showcont()',1);
		}
		else {  // IE 4
			document.all.prepage.style.visibility = 'hidden';
			setTimeout('showcont()',1);
      	}
   	}
}

function showcont()
{
	if(document.getElementById)
	{
		document.getElementById('photo_cont').style.visibility='visible';
		document.getElementById('photo_cont2').style.visibility='visible';
	}
	else
	{
		if(document.layers)
		{
			document.photo_cont.visibility = 'visible';
			document.photo_cont2.style.visibility='visible';
		}
		else
		{
			document.all.photo_cont.style.visibility = 'visible';
			document.all.photo_cont2.style.visibility ='visible';
		}
	}
}