// JavaScript Document
function getcontent(buttonName){

switch(buttonName){
	case "systemsaver":
	
		var str='';
		str+='<table width="544" border="0" cellspacing="0" cellpadding="0">';
		
		str+='  <tr align="left" valign="top"> ';
		str+='    <td width="200" rowspan="2" align="center" valign="middle" scope="col"><img src="..\/images\/PRODUCTS\/water_softening\/system_saver.gif" width="126" height="194" \/><br>';
		str+='    <\/td>';
		str+='    <td scope="col">&nbsp;<\/td>';
		str+='    <td colspan="3" scope="col"><table width="372" border="0" cellspacing="9" cellpadding="0">';
		str+='        <tr> ';
		str+='          <td width="345" align="left" valign="top" class="producthead" scope="col"><p>System Saver&reg; II Pellets<\/p><\/td>';
		str+='        <\/tr>';
		str+='        <tr> ';
		str+='          <td align="left" valign="top" class="content_copy" scope="row"><p>Morton&reg;  System Saver&reg; II Pellets are made from a very high purity salt that has been  combined with the patented System Saver&reg; II formula.  This formula improves the regeneration efficiency of your softener resin and  prevents the build-up of hardness minerals in the valves and screens of your  softener.<br \/>';
		str+='            <br>';
		str+='  Morton&reg;  System Saver&reg; II Pellets are designed to:';
		str+='           <li> Make your water cleaner and softer<br \/>';
		str+='<li> Extend the life of your softener<br \/>';
		str+='<li> Produce more soft water per regeneration<br \/>';
		str+='<li> Help keep your softener clean and problem free<br \/>';
		str+='<li> Help keep pipes and appliances stain-free and clog-free<br>';
		str+='              <br>';
		str+='              <strong>Available Sizes<\/strong><br>';
		str+='              25 lb., 40 lb.,  50 lb., 80 lb. easy-open bag';
		str+='          <\/p>';
		str+='          <\/td>';
		str+='        <\/tr>';
		str+='      <\/table><\/td>';
		str+='  <\/tr>';
		str+='  <tr align="left" valign="top"> ';
		str+='    <td height="19" scope="col">&nbsp;<\/td>';
		str+='    <td scope="col">&nbsp;<\/td>';
		str+='    <td colspan="3" scope="col"><p><br>';
		str+='      <\/p><\/td>';
		str+='  <\/tr>';
		str+='<\/table>';
		str="yesman"
	break;
	
	}
	var x=document.getElementById('default').rows[3].cells[1] 
	x[0].innerHTML=str
}