﻿function goto(url) { window.location = url }
function GetText() { alert(CKEDITOR.instances["TextBox1"].getData()); }
function ClearValue(inputid) { var cv = document.getElementById(inputid); if (cv.defaultValue == cv.value) { cv.value = ''; } }
