/* Sawpit templet page Script by Allan Saw */

/* Copyright © 2002, all rights reserved */

function MakeIt2(form)
{
var info='<!-- Tag Scroller created with Webmaster Tools (http://www.erenet.net). -->\n\n';

if (form.openhead.value)
info+='<'+ form.tag.value +' STYLE="'+ form.ovflw.value +'\; width: '+ form.width.value +'\; height: '+ form.height.value +'\; border: '+ form.border.value +' #000000 solid\; text-align: '+ form.algn.value +'\;  padding: 2px">\n\n<!-- Enter Your Content Here -->\n\n</'+ form.tag.value +'>';

form.source.value=info;
}

function AddText(form, Action)
{
var AddTxt="";
var info="";
form.keywords.value+=AddTxt;
}

/* End Popup script */


/* Text Box - clear text */

function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = ""
}
}

/* End Text Box - clear text */

/* Copy Script */

function highlight() {
document.divscroll.source.select(); document.divscroll.source.focus()
}

function copy() {
highlight();
textRange = document.divscroll.source.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
alert("Tüm Kodu Kopyaladınız.\n\nŞimdi Bu Kodu Sitenizin uygun yerine yapıştırınız.\n\nEreNeT.NeT i Tercih ettiğiniz için teşekkürler.");
}

/* End Copy script */
