/* Sawpit Page Transitions Wizard by Allan Saw */

/* Copyright © 2002, all rights reserved */

function MakeIt(form)
{
var info='';

if (form.openhead.value)
info+='<!-- UNAUTHORISED CODE VIEWING REPORT LOGGED INCLUDING USER IP ADDRESS -->\n\n\n\n\n\n\n\n\n\n\n\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><HTML><HEAD><script>window.status=\' \';</script><title>&nbsp;</title></HEAD><FRAMESET border=0 rows="100%,*" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0><frame src="'+form.link.value+'" scrolling=auto frameborder="no" border=0 noresize><frame topmargin="0" marginwidth=0 scrolling=no marginheight=0 frameborder="no" border=0 noresize><body></body></FRAMESET></HTML>';


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

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