var agt = navigator.userAgent.toLowerCase();

window.onload = function(){
/*
Silas 160409:
code modified to allow dynamic selection of start tab
*/
	//var etalageTab = 1;
	//if(parseInt("") == 2
	//|| parseInt("") == 3){
	//	etalageTab = parseInt("");
	//}
	
	//etalage_init(etalageTab, true);		// use False for no animation
	////etalage_init(1, true);		// use False for no animation

	loadEtalage();	//silas - calls INLINE javascript so I can use scriptvars:
/*
End Silas 160409:
*/

}