<!--function requestQuerystring(targ){	prts = location.search.substr(1).split("&");	for(nn=0;nn<prts.length;nn++){		if(prts[nn].split("=")[0] == targ){			return prts[nn].split("=")[1];		}	}}function WM_open(id){	if (id !='' && id != null)	{			WM_toggle(id);	}	}  function WM_toggle(id){	id += '';   if (document.all){     if(document.all[id].style.display == 'none'){       document.all[id].style.display = '';     } else {       document.all[id].style.display = 'none';     }   return false;   } else if (document.getElementById){     if(document.getElementById(id).style.display == 'none'){       document.getElementById(id).style.display = 'block';     } else {       document.getElementById(id).style.display = 'none';     }  return false;   } }	//-->