

function startautom(){
 
 
if(typeof(window.fillup2) == "function") {
 fillup2();
}
if(typeof(window.fillup) == "function") {
 fillup();
}

if(typeof(window.populate_t) == "function") {
 populate_t();
}



if(typeof(window.hide) == "function" && typeof(window.initMouseWheel) == "function") {

	hide(conf_loading);
		refresh(true);
		show(conf_images);
		show(conf_scrollbar);
		initMouseWheel();
		initMouseDrag();
		glideTo( -600, 4);

}


}

window.onload=startautom;