
/*
if (top.location != self.location)
{
	top.location = self.location;
}
*/

function $(sId) {
	return document.getElementById(sId);
}

function getCookie(name) {
	var dc = document.cookie;
	var prefix = name + "=";
	var begin = dc.indexOf("; " + prefix);
	if (begin == -1) {
		begin = dc.indexOf(prefix);
		if (begin != 0) return null;
	} else {
		begin += 2;
	}
	var end = document.cookie.indexOf(";", begin);
	if (end == -1) {
		end = dc.length;
	}
	return unescape(dc.substring(begin + prefix.length, end));
}

function Print() {
	$("Extra").setAttribute("src","Print.asp?id="+Type+"&rand="+Math.random());
}

function Copy() {
	location.href="Personal.asp?id="+Type;
}

function Send() {
	location.href="https://www.letter2god.com/PayPal/PayPalCheckOut.asp?id="+Type;
}

function openWindow(sHref)
{
   open(
	   sHref,
	   'newWin',
	   'width=510,height=400,screenX=230,screenY=135,top=135,left=230','scrollbars=no','resizable=no','toolbars=false,location=false,resize=false'
   );
}

function Upload()
{
	var wUpload = window.open("UploadPopUp.asp", wUpload, "width=300, height=150 scrollbars=no");
}

function popIt10()
{

	myLeft = (screen.width-500)/2;
	myTop = (screen.height-350)/2;

	window.open ('why_presentation.html','name','width=700,height=380,scrollbars=no ,left='+myLeft+',top='+myTop);

}

function Step3(sCategory)
{
	window.location.href = "https://www.letter2god.com/PayPal/PayPalCheckOut.asp?id=" + Type;
}