<!--
function dWin()
{
	if(windowClose == true)
	{
		window.open('http://www.tvb.healthsecrets.com/templates/boardroominc/healthsecrets/18/pop/index.php','emailWin','width=350,height=425,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
	}
	window.focus();
}

function change(what) {

    value = what.selectedIndex;
    img_array = new Array();
    img_array[0] = "templates/rugdoctor/rugdoctor/63/images/formoffer.jpg"
    img_array[1] = "templates/rugdoctor/rugdoctor/63/images/formoffer2.jpg"
    document.getElementById('picture').src = img_array[value];

}

//-->