/* Sawpit Page Border Script by Allan Saw */

/* Copyright © 2002, all rights reserved */

function MakeIt(form)
{
var info='<!-- Page Border Script created with Webmaster Tools (http://www.erenet.net). -->\n\n';

if (form.openhead.value)
info+='<script language="JavaScript">\n<!--\nif (document.all)\ndocument.body.style.cssText="border: '+form.brsz.value+' #'+form.brcl.value+' '+form.brtp.value+'"\n//-->\n</script>';

form.source.value=info;
}

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



/* Text Box - clear text */

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



/* Copy Script */

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

function copy() {
highlight();
textRange = document.pgbr.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 */

function highlight1() {
document.colorform.hexval.select(); document.colorform.hexval.focus()
}

function copy1() {
highlight1();
textRange = document.colorform.hexval.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
alert("Renk Kodunu Kopyaladınız.\n\Şimdi bu kodu yandaki uygun yere yapıştırın.\n\nEreNeT.NeT i tercih ettiğiniz için teşekkürler.");
}
