function MM_openBrWindow(theURL,winName,features) { //v2.0
  var NewWin = window.open(theURL,winName,features);
  	  NewWin.focus();
	 }

function init(){
wsa_include_js();
findimg();
if(typeof tabberAutomatic == 'function') {
tabberAutomatic();
}
}





function findimg()
{

 imgs=document.getElementsByTagName('img');
 w=imgs.length
 var one='<img src=';
 var two='"';

 var six="'";
 for(i=0;i<w;i++)
 {
	 st=imgs[i];
	 str=imgs[i].src;
	 found=str.search(/\/images\/I_/)
	 if(found != -1){
	 str2=str.replace(/\/images\/I_/,"/images/");
	 //str2="H_ASW_BA_BE_HDP.htm"
	 clickme = 'MM_openBrWindow('+six+str2+six+','+six+"Big"+six+','+six+'width=320,height=320'+','+'scrollbars=yes'+','+'resizable=yes'+six+')';
	 //clickme=window.open(str2,
//'welcome','width=300,height=200,menubar=yes,status=yes,toolbar=yes,scrollbars=yes')
	 
 stl = "cursor: pointer;";
 src5 = '+six+str2+six+';
 st.setAttribute('onClick',clickme,'src',src5);
 st.setAttribute('style',stl);

	}
	else
	{
		}
 
  }

}
// add new functions here and call them from init function on top
