function SetHackerSafeContextMenu()
{
	var ObjImageHacker = document.getElementById('secure_image');
	var onC='alert("Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert"); return false;'; 
	ObjImageHacker.oncontextmenu=new Function(onC);
	return false;
}

var ED = {};
function RedirectTo(redir_link)
{
	window.location=redir_link;
}

