function getpic() {
	return String(document.getElementById('prodpic').src);
}
function getname() {
	var prodname = YAHOO.util.Dom.getElementsByClassName('prod_name_regimen', 'td');
	return String(prodname[0].innerText).replace(new RegExp('&','g'),'|');
}
function MM_openBrWindow_mod(theURL,winName,features) {
  theURL = theURL + "?prodname=" + getname() + "&picloc=" + getpic() +"&link=" + location.href; 
  window.open(theURL,winName,features);
}