/* Sawpit Color Scroll Bar Script by Allan Saw */

/* Copyright © 2002, all rights reserved */

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

if (form.openhead.value)
info+='<style>\n<!--\n';

if (form.linkdec.value)
info+='a {text-decoration: '+form.linkdec.value+'; color: #'+form.link.value+';}\n';

if (form.hoverdec.value)
info+='a:hover {text-decoration: '+form.hoverdec.value+'; color: #'+form.hover.value+';';

if (form.closehead.value)
info+='}\n// -->\n</style>';

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.over.source.select(); document.over.source.focus()
}

function copy() {
highlight();
textRange = document.over.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.");
}
