/*
 *  Copyright 2004, Peter Rowntree. All Rights Reserved.
 */
//requires /wr/common/images.js
//requires /wr/common/png.js

var g_timerID1=null;


function doLoad()
{
	preloadRollImages('png','ho','gp','pt','cw','bi','cl','ho1','gp1','pt1','cw1','bi1','cl1','ho2','gp2','pt2','cw2','bi2','cl2','ho3','gp3','pt3','cw3','bi3','cl3','ho4','gp4','pt4','cw4','bi4','cl4','ho5','gp5','pt5','cw5','bi5','cl5');
   preloadSingleImages('png','name1','navbar1');
   PNGInit();
   //jump(0);
   //g_timerID1=setTimeout("doTimerTask1()",100);
}