/* Copyright © 2002, all rights reserved */

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

if (form.openhead.value)
info+='<span style="background-image: url(';

if (form.imnam.value)
info+=form.imnam.value+')"><img src="';

if (form.trans.value)
info+=form.trans.value+'" ';

if (form.width.value)
info+='width="'+form.width.value+'" ';

if (form.height.value)
info+='height="'+form.height.value+'" ';

if (form.border.value)
info+='border="'+form.border.value+'" ';

if (form.alt.value)
info+='alt="'+form.alt.value+'"';

if (form.closehead.value)
info+='></span>';

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

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