﻿// JScript File

/////////////////// ProjectOverview.aspx ///////////////////////////


// ****************************************************************

// Chart Title : Indexed for Top 3 Engines //

var title_IndexedTop3Engines = "Indexed Pages";

function IndexedTop3Engines()
{
  var helptxt;
  helptxt ='Displays the number of pages from your web site that are indexed by the search engine. This is the total number of pages for your web site that the search engines are seeing.<br/><br/>Definition of Indexed Pages:<br/><br/>The collection of information a search engine has that searchers can query against. With crawler-based search engines, the index is typically copies of all the web pages they have found from crawling the web and extracting the content into their database. ';
  return helptxt;
}

// ****************************************************************

// Chart Title : Ranked Listings  //

var title_RankedListings = "Ranked Listings";

function RankedListings()
{
  var helptxt;
  helptxt ='Displays the total number of keywords for your website that are ranked in each of the top 3 search engines.';
  return helptxt;
}

// ****************************************************************

// Chart Title : Engine Tracker Preview  //

var title_ETPreview = "Engine Data Parameters";

function ETPreview()
{
  var helptxt;
  helptxt ='Displays various website data parameters from different search engines. Links refer to number of sites linking back to your website. Index refers to the number of pages of your website that have been indexed by a search engine.';
  return helptxt;
}

// ****************************************************************


// ****************************************************************

// Chart Title : Client Users  //

var title_ClientUsers = "Other Users";

function ClientUsers()
{
  var helptxt;
  helptxt ='List of other users who have access to your project/s along with their privelege levels (Admin / Non-Admin).';
  return helptxt;
}

// ****************************************************************

/////////////////////////////////////////////////////////////////////



/////////////////// URLDetails.aspx ///////////////////////////



// Chart Title : Indexed Pages  //

var title_IndexedPages = "Indexed Trend";

function IndexedPages()
{
  var helptxt;
  helptxt ='Charts a trend over time of how well search engines are indexing or including your website\'s pages.';
  return helptxt;
}

// ****************************************************************


// Chart Title : Back Links  //

var title_BackLinks = "Back Links";

function BackLinks()
{
  var helptxt;
  helptxt ='Charts a trend over time of the number of other websites that link back to your website on a per engine basis.';
  return helptxt;
}

// ****************************************************************

// Chart Title : Alexa Ranking  //

var title_AlexaRanking = "Alexa Ranking";

function AlexaRanking()
{
  var helptxt;
  helptxt ='Charts Alexa ranking over time. Alexa Ranking is a tool used to rank website traffic. The lower the Alexa ranking number the more heavily visited the site.';
  return helptxt;
}

// ****************************************************************

// Chart Title : Google PageRank  //

var title_GooglePageRank = "Google PageRank";

function GooglePageRank()
{
  var helptxt;
  helptxt ='Charts the PageRank of your website\'s homepage over time. For more information on Google\'s PageRank Technology click <a href=\'http://www.google.com/corporate/tech.html\' target=\'blank\' class=\'smLinkBold\'><u>here</u></a>.'
  return helptxt;
}

// ****************************************************************


// Chart Title : Google Cache Date  //

var title_GoogleCacheDate = "Google Cache Date";

function GoogleCacheDate()
{
  var helptxt;
  helptxt ='Displays the last time that Google cached your website\'s homepage based on the date range selected above.'
  return helptxt;
}

// ****************************************************************


// Chart Title : Directory Inclusion  //

var title_DirInclusion = "Directory Inclusion";

function DirInclusion()
{
  var helptxt;
  helptxt ='Displays whether your website is included in Google, Yahoo and Jayde Directories.'
  return helptxt;
}

// ****************************************************************



/////////////////////////////////////////////////////////////////////





/////////////////// EngineTrackerOverview.aspx ///////////////////////////



// Title : Initial Engine Tracker Data //

var title_InitialETData = "Initial Engine Data";

function InitialETData()
{
  var helptxt;
  helptxt ='Displays different Engine Data Parameters collected initially (i.e before the start of your project campaign). You can use this as a comparative measure to the current Engine Data below.';
  return helptxt;
}

// ****************************************************************

// Title : Engine Tracker Data //

var title_CurrentETData = "Current Engine Data";

function CurrentETData()
{
  var helptxt;
  helptxt ='Displays different Engine Data Parameters collected during each report run (can be viewed on different report dates by modifying the Report Date drop down above).';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////






/////////////////// MyProjectInfo.aspx ///////////////////////////



// Title : Members //

var title_ProjectMembers = "SEO Inc Members";

function ProjectMembers()
{
  var helptxt;
  helptxt ='Lists your SEO Inc members for this project. You can communicate with them <a href=\'Contact.aspx\' class=\'smLinkBold\'><u>here</u></a>';
  return helptxt;
}

// ****************************************************************

// Title : Status //

var title_ProjectStatus = "Project Status";

function ProjectStatus()
{
  var helptxt;
  helptxt ='Lists your current Project/Campaign status.';
  return helptxt;
}

// ****************************************************************

// Title : Services //

var title_ProjectServices = "Project Services";

function ProjectServices()
{
  var helptxt;
  helptxt ='Lists the services in your campaign.';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////







/////////////////// MyProjectKeywords.aspx ///////////////////////////



// Title : Initial //

var title_InitialKeywords = "Initial Keywords";

function InitialKeywords()
{
  var helptxt;
  helptxt ='List of keywords that are run on your benchmark (Initial) ranking report.';
  return helptxt;
}

// ****************************************************************

// Title : Approved //

var title_ApprovedKeywords = "Approved Keywords";

function ApprovedKeywords()
{
  var helptxt;
  helptxt ='List of keywords that have been analysed and mutually approved by you and your respective project manager.';
  return helptxt;
}

// ****************************************************************

// Title : Reporting //

var title_ReportingKeywords = "Reporting Keywords";

function ReportingKeywords()
{
  var helptxt;
  helptxt ='List of keywords that are used for generating main ranking reports. These keywords are a combination of Approved and Additional Keywords';
  return helptxt;
}

// ****************************************************************

// Title : Additional //

var title_AdditionalKeywords = "Additional Keywords";

function AdditionalKeywords()
{
  var helptxt;
  helptxt ='List of keywords that may be used in addition to Approved Keywords for main ranking reports. They may not necessarily be a part of your Keyword Assignment.';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////





/////////////////// MyProjectKeywordAssignment.aspx ///////////////////////////


// Title : Keyword Assignment //

var title_KeywordAssignment = "URL / Keyword Assignment";

function KeywordAssignment()
{
  var helptxt;
  helptxt ='Please select a URL from the list below to see which keywords have been assigned to it.';
  return helptxt;
}

// ****************************************************************






/////////////////// MyProjectKeywordAssignment.aspx ///////////////////////////


// Title : Keyword Assignment //

var title_KeywordAssignment = "URL / Keyword Assignment";

function KeywordAssignment()
{
  var helptxt;
  helptxt ='Please select a URL from the list below to see which keywords have been assigned to it.';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////








/////////////////// MyProjectSubmissions.aspx ///////////////////////////



// Title : Submissions //

var title_Submissions = "Directory Submissions";

function Submissions()
{
  var helptxt;
  helptxt ='Displays a list of directories to which your website has been submitted as well as whether these directories have included your website.';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////









/////////////////// Summary.aspx ///////////////////////////


// Title : Visibility Statistics //

var title_Visibility = "Visibility";

function Visibility()
{
  var helptxt;
  helptxt ='Displays the overall visibility (gain/loss) for all ranked listings and positions for each Engine Type (see dropdown above).';
  return helptxt;
}

// ****************************************************************

// Chart Title : Top Listings Trend //

var title_TopListingsTrend = "Top Listings Trend";

function TopListingsTrend()
{
  var helptxt;
  helptxt ='Displays various top ranked listings over time.';
  return helptxt;
}

// ****************************************************************

// Chart Title : Search Engine Listings //

var title_SearchEngineListings = "Search Engine Listings";

function SearchEngineListings()
{
  var helptxt;
  helptxt ='Displays ranked listings by Search Engine. Primary is the default engine type displayed. Other engine types can be viewed by modifying the Engine Type dropdown above.';
  return helptxt;
}

// ****************************************************************

// Chart Title : Top 5 Keyword Listings //

var title_Top5KeywordListings = "Top 5 Keyword Listings";

function Top5KeywordListings()
{
  var helptxt;
  helptxt ='Displays ranked listings by Keywords. Below are the Top 5 Keywords which have the most number of ranked listings for that Keyword and Engine Type';
  return helptxt;
}

// ****************************************************************


// ****************************************************************

// Chart Title : Listings Breakdown //

var title_ListingsBreakdown = "Listings Breakdown";

function ListingsBreakdown()
{
  var helptxt;
  helptxt ='Displays ranked listings by engines, giving you a breakdown of listings share per engine';
  return helptxt;
}

// ****************************************************************


/////////////////////////////////////////////////////////////////////





/////////////////// InitialEngineSummary1.aspx ///////////////////////////


// Title : Initial Engine Summary //

var title_InitialEngineSummary = "Initial Engine Exposure";

function InitialEngineSummary()
{
  var helptxt;
  helptxt ='Blah Blah Blah.';
  return helptxt;
}

// ****************************************************************








/////////////////// Visibility.aspx ///////////////////////////


// Chart Title : Search Engine Saturation //

var title_SearchEngineSaturation = "Indexed Pages";

function SearchEngineSaturation()
{
  var helptxt;
  helptxt ='Displays the total number of pages of your website that have been indexed by each of the major search engines.';
  return helptxt;
}

// ****************************************************************


// Chart Title : Link Popularity //

var title_LinkPopularity = "Link Popularity";

function LinkPopularity()
{
  var helptxt;
  helptxt ='Displays the Minimium, Maximum and Current number of websites that link back to your website on different search engines.';
  return helptxt;
}


// ****************************************************************


/////////////////////////////////////////////////////////////////////









/////////////////// ManageUsers1.aspx ///////////////////////////

// Title : Add User  //

var title_AddUser = "Add User";

function AddUser()
{
  var helptxt;
  helptxt ='Lets you add users to this account. The password will be automatically emailed to the new user.';
  return helptxt;
}


// ****************************************************************


// Title : Edit / Delete User  //

var title_EditDeleteUsers = "Edit / Delete User";

function EditDeleteUsers()
{
  var helptxt;
  helptxt ='Lets you edit/delete users as well as change user privelege levels (Admin/Non-Admin).';
  return helptxt;
}


// ****************************************************************


/////////////////////////////////////////////////////////////////////










