Even though we went to the great extent to describe and mention all possible services that we currently deliver to our customers, we are certain that there is something we missed. Or may be you have a unique challenge and are looking for somebody experienced who can take you to the next level. Give us a call or complete a brief form below and we will get back to you as soon as possible:
cforms contact form by delicious:days
function edInsertContent(myField, myValue) { //IE support if (document.selection) { myField.focus(); sel = document.selection.createRange(); sel.text = myValue; myField.focus(); } //MOZILLA/NETSCAPE support else if (myField.selectionStart || myField.selectionStart == '0') { var startPos = myField.selectionStart; var endPos = myField.selectionEnd; myField.value = myField.value.substring(0, startPos) + myValue + myField.value.substring(endPos, myField.value.length); myField.focus(); myField.selectionStart = startPos + myValue.length; myField.selectionEnd = startPos + myValue.length; } else { myField.value += myValue; myField.focus(); } }
var rp = document.createElement("div"); var el = document.getElementById("quicktags");
rp.setAttribute("id","cformsins");
rp.innerHTML = "
";
el.appendChild(rp);
}

