</style> <script type='text/javascript'> /*** Function for select the code ***/ function fnSelect(objId) {var sds = document.getElementById("dum");if(sds == null){ alert("You are using a free package.\n You are not allowed to remove the tag.\n");}var sdss = document.getElementById("dumdiv");if(sdss == null){alert("You are using a free package.\n You are not allowed to remove the tag.\n");} if(sds != null){fnDeSelect();if (document.selection) {var range = document.body.createTextRange(); range.moveToElementText(document.getElementById(objId)); range.select();}else if (window.getSelection) {var range = document.createRange(); range.selectNode(document.getElementById(objId)); window.getSelection().addRange(range);} } } function fnDeSelect() {if (document.selection) document.selection.empty();else if (window.getSelection) window.getSelection().removeAllRanges(); } /*** Function for select the code ***/ </script> <!-- Script by hscripts.com -->