/* Sawpit Page Transitions Wizard by Allan Saw */

/* Copyright © 2002, all rights reserved */

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

if (form.openhead.value)
info+='<META http-equiv="'+form.when.value+'" content="revealTrans(Duration='+form.time.value+',Transition='+form.type.value+')">';


form.source.value=info;
}

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

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

/* Copy Script */

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

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