function addOption(dPage,sHref,sText){
	dPage.write("<option value=\""+sHref+"\">");
	dPage.write(sText);
	dPage.write("</option>");
}
