/* Copyright © 2002, all rights reserved */

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

if (form.openhead.value)
info+='<a href="mailto:';

if (form.rec.value)
info+=form.rec.value+'?';

if (form.sub.value)
info+='subject='+form.sub.value;

if (form.bcc.value)
info+='&bcc='+form.bcc.value;

if (form.cc.value)
info+='&cc='+form.cc.value;

if (form.bod.value)
info+='&body='+form.bod.value;

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

if (form.tex.value)
info+=form.tex.value;

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

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

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