/* isml button javascript onclick write code Developed by Yaya Abdoulie Jallow Friday October 29th 2010 4:58 PM */ //bold function bodyBold() { var newtext = "bold[Enter Text Here]bold"; document.form.body.value += newtext; } function infoBold() { var newtext = "bold[Enter Text Here]bold"; document.form.info.value += newtext; } function desBold() { var newtext = "bold[Enter Text Here]bold"; document.form.des.value += newtext; } function detailsBold() { var newtext = "bold[Enter Text Here]bold"; document.form.details.value += newtext; } function reviewsBold() { var newtext = "bold[Enter Text Here]bold"; document.form.reviews.value += newtext; } function notesBold() { var newtext = "bold[Enter Text Here]bold"; document.form.notes.value += newtext; } function reasonBold() { var newtext = "bold[Enter Text Here]bold"; document.form.reason.value += newtext; } //block function bodyBlock() { var newtext = "block[Enter Text Here]block"; document.form.body.value += newtext; } function infoBlock() { var newtext = "block[Enter Text Here]block"; document.form.info.value += newtext; } function desBlock() { var newtext = "block[Enter Text Here]block"; document.form.des.value += newtext; } function detailsBlock() { var newtext = "block[Enter Text Here]block"; document.form.details.value += newtext; } function reviewsBlock() { var newtext = "block[Enter Text Here]block"; document.form.reviews.value += newtext; } function notesBlock() { var newtext = "block[Enter Text Here]block"; document.form.notes.value += newtext; } function reasonBlock() { var newtext = "block[Enter Text Here]block"; document.form.reason.value += newtext; } //image function bodyImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.body.value += newtext; } function infoImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.info.value += newtext; } function desImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.des.value += newtext; } function detailsImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.details.value += newtext; } function reviewsImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.reviews.value += newtext; } function notesImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.notes.value += newtext; } function reasonImage() { var newtext = "image[source:Enter URL Here:source width:95:weight height:95:height]image"; document.form.reason.value += newtext; } //newRow function bodyNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.body.value += newtext; } function infoNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.info.value += newtext; } function desNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.des.value += newtext; } function detailsNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.details.value += newtext; } function reviewsNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.reviews.value += newtext; } function notesNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.notes.value += newtext; } function reasonNewRow() { var newtext = "newRow[Enter Text Here]newRow"; document.form.reason.value += newtext; } //link function bodyLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.body.value += newtext; } function infoLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.info.value += newtext; } function desLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.des.value += newtext; } function detailsLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.details.value += newtext; } function reviewsLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.reviews.value += newtext; } function notesLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.notes.value += newtext; } function reasonLink() { var newtext = "link[url[Enter URL Here]url Enter Text Here]link"; document.form.reason.value += newtext; }