// JavaScript Document

function displayCode()

{
	
var sel = document.forms[0].catagory.value;
switch(sel)

{
	
case "hair":
var title = "Propecia UK";
var Description = "Buy Propecia from UK's Leading Clinic";
break;

case "men":
var title = "Viagra UK";
var Description = "Buy Viagra from UK's leading impotence clinic";
break;

case "women":
var title = "Dianette UK";
var Description = "Buy female acne treatment Dianette from UK's first legal online clinic";
break;

case "obesity":
var title = "Reductil UK";
var Description = "Buy Reductil from UK's leading online clinic for obesity treatment";
break;

case "health":
var title = "Champix UK";
var Description = "Health & Life Style related treatments available from UK's leading online clinic";
break;

default:
document.forms[0].code.value = 	"";
exit;

}
	
var fullCode = "<p><a href='http://www.medical-specialists.co.uk'>"+title+"</a><br/>"+Description+"</p>";

document.forms[0].code.value = 	fullCode;
	
	
}