function getPicH(pic,s){


document.getElementById('didYouKnowStat').src='/siteFiles/1//1/10516.asp?pic='+pic;

try {
     req = new XMLHttpRequest(); 
     } catch(e) {
       try {
       req = new ActiveXObject("Msxml2.XMLHTTP");  
       } catch (e) {
         try {
         req = new ActiveXObject("Microsoft.XMLHTTP");  
         } catch (E) {
          req = false;
         } 
       } 
     }
     req.onreadystatechange
        = function() {
			
		if(req.readyState == 4) {
      if(req.status == 200) {
         output = req.responseText;
    
	document.getElementById('sidePic_').innerHTML=output;
 
	       	} else {
              output  = errorMessage+"\n"+responseText;
         }
	 }	
};
			 
			 var url='/sidePicH_.asp?pic='+pic+'&s='+s;
			 myRand=parseInt(Math.random()*999999999999999); // cache buster 
	 if (url.match('=')){
		var modurl=url+"&rand="+myRand; 
	 }else{
		var modurl=url+"?rand="+myRand;  
	 }
     req.open("GET",modurl,true);
    
     req.send(null);


}



function getPic(pic,s){


document.getElementById('didYouKnowStat').src='/siteFiles/1//1/10516.asp?pic='+pic;

try {
     req = new XMLHttpRequest(); 
     } catch(e) {
       try {
       req = new ActiveXObject("Msxml2.XMLHTTP");  
       } catch (e) {
         try {
         req = new ActiveXObject("Microsoft.XMLHTTP");  
         } catch (E) {
          req = false;
         } 
       } 
     }
     req.onreadystatechange
        = function() {
			
		if(req.readyState == 4) {
      if(req.status == 200) {
         output = req.responseText;
    
	document.getElementById('sidePic_').innerHTML=output;
 
	       	} else {
              output  = errorMessage+"\n"+responseText;
         }
	 }	
};
			 
			 var url='/sidePic_.asp?pic='+pic+'&s='+s;
			 myRand=parseInt(Math.random()*999999999999999); // cache buster 
	 if (url.match('=')){
		var modurl=url+"&rand="+myRand; 
	 }else{
		var modurl=url+"?rand="+myRand;  
	 }
     req.open("GET",modurl,true);
    
     req.send(null);


}
function showBigImage(img,capt){
	if(capt=='null'){capt='';}
//	window.open('/zoomer.asp?image='+img,'x','width=200,height=200');
tb_show(capt, '/xmanager/infocenter/info_images/'+img,'gallery-prod');
	 
}
function showVid(file_name){
	window.open('/popups_VID.asp?file_name='+file_name+'&image_title=&image_info=','x','width=350,height=350')
}