function Customization() {
	this.languageCode		= "en";
	
	this.company_name = "F-Secure";
	this.product_name = "Health Check";
	this.product_version = "1.1";
	this.product_alias = "HC";
	this.copyright_string = "Copyright &copy; 2008 F-Secure Corporation. All Rights Reserved.";
	this.about = "About";
	this.help = "Help";
	this.learn_more_about_product = "Learn more about our products";
	this.vulnerability_info_server = "http://www.f-secure.com/vulnerabilities";
	
	/** Intro page **/
	this.intro_title = "Step safely into the online world";
	this.intro_string = "To be sure that you can be safely online, check your computer with " + this.product_name + ". It makes sure that your computer has the necessary security products, and the operating system and programs on your computer are up to date.";
	this.intro_get_started = "Before starting the check, please make sure that you have Administrator rights for this computer.";
	
	/** Techincal details **/
	//Link to F-Secure advisory page. To disable this, simply set the value to null, this.advisory_detail = null
	this.advisory_detail = "<a class='urlNoVisited' href='" + this.vulnerability_info_server + "/$SA$' target='_blank'>Technical details</a> $NEW$.";
	
	
	/** Upsell title **/
	this.recommend_to_get_new_av = "We recommend that you get a new antivirus program";
	
	/** Upsell solutions **/
	this.recommend_to_get_new_av_desc = "Your antivirus program has out-of-date virus definitions. The antivirus program is efficient against viruses only if it is automatically updated several times a day. You should consider getting yourself a new antivirus program.";
	this.upsell_recommend_get_antivirus = "F-Secure® Internet Security™  2009 is a fully automatic security product with one of the fastest and most accurate detection of new malware. By clicking the button below, you can try the product for free, or buy it at a special price for new customers.";
	this.upsell_get_firewall = "To get a firewall, you can try or buy F-Secure® Internet Security™  2009 - our all-in-one security product. It contains all the security programs you need - antivirus, antispyware and firewall.";
	this.upsell_get_antivirus = "To get an antivirus program, you can try or buy F-Secure® Internet Security™  2009 - our all-in-one security product. It contains all the security programs you need - antivirus, antispyware and firewall.";
	this.upsell_get_antispyware = "To get an antispyware program, you can try or buy F-Secure® Internet Security™  2009 - our all-in-one security product. It contains all the security programs you need - antivirus, antispyware and firewall.";
	this.upsell_learn_more = "Learn more about the program...";	
	this.upsell_learn_more_url = "http://www.f-secure.com/estore/internetsecurity2009.html";
	this.upsell_try_url = "http://www.f-secure.com/estore/healthcheck/eng/try.html";
	this.upsell_buy_url = "http://www.f-secure.com/estore/healthcheck/eng/buy.html";
	
	/** Buttons **/
	//To disable any one of them or both, simply set the value to null, eg. this.upsell_try = null
	this.upsell_try = "Try";
	this.upsell_buy = "Buy";
    
    /** Bookmark **/

    //bookmark_message_part_1 and bookmark_message_part_2 will be joined into one sentence
    this.bookmark_message_part_1 = "To run "+this.product_name+" regularly, ";
    this.bookmark_message_part_2 = "please bookmark this page."
    //The part of the message that will be linked with the bookmark, please supply 1 or 2, 
    //eg. if part 2 should be linked, indicate:
    //this.bookmark_message_part_with_link = 2;
    this.bookmark_message_part_with_link = 2;
}

Customization.prototype = {
}

customization = new Customization();
