var HINTS_CFG = {
	'top'        : 0, // a vertical offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 100, // a delay between object mouseover and hint appearing
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = [
	table ("prOffice is an IBM AS/400 business partner since 1997. We cooperate in the distribution of AS/400 servers, and provide our clients with  relating services and consultancy."),
	table ("We are partners in AS/400 distribution since 1999."),
	table ("We are in partnership with the exclusive distributor of the MOVEX integrated enterprise management system in Hungary since 1997. Our developers  carry out the modifications of the system according to the legal requirements, as well as the tailoring of the system to meet customer needs."),
	table ("prOffice made a business agreement with the Hungarian distributor of BPCS and MAX+ in 2004, in order to cooperate in the distribution, implementation and maintenance of the enterprise management system and related products. Our common goal is to convince more companies in Hungary to choose BPCS and provide them with services at the highest possible level."),
	table ("The American company with a centre in Chicago is the developer of the BPCS integrated enterprise management system. prOffice plays a prominent role in the implementation of the system at Hungarian companies, and during the operation, in system development, maintenance and consultancy."),
	table ("prOffice is the Hungarian representative of the Irish company, the developer of AS/400 technical software."),
	table ("The Italian company with a centre in Switzerland is the developer of the BOARD Management Intelligence Toolkit. In Hungary,  prOffice distributes the BOARD system, and has taken up the task of providing local support for the companies buying the software."),
	table ("System maintenance"),
	table ("Consultancy in financial modules; Development (bank interface, invoice, delivery note, etc.)"),
	table ("Consultancy in financial modules; Development (processing of customer orders, logistics, bank interface)"),
	table ("Consultancy in financial modules; Development (bank interface, invoice, delivery note, etc.)"),
	table ("Participation in system upgrade (financial and sales modules);<br> Consultancy;<br> Development"),
	table ("Consultancy in financial modules;	Development (bank and  warehouse interface, etc.)"),
	table ("Consultancy;<br> Development;<br>	System maintenance"),
	table ("System maintenance;<br> Development"),
	table ("Participation in  implementation (financial modules);<br> Consultancy;<br> Development (bank interface)"),
	table ("Development (e.g. bank interface);<br> System optimisation;<br> System maintenance"),
	table ("Development (bank and barcode interface);	<br>Re-organization of the sales process "),
	table ("Complete system  implementation;<br> Modifications according to client needs"),
	table ("Complete system  implementation;<br> Modifications according to client needs"),
	table ("Consultancy in financial,  manufacturing, and logistics modules;<br> Development;<br>System support occasionally"),
	table ("On-going system support;<br> Development in the area of e-business"),
	table ("Consultancy in financial,  manufacturing, and logistics modules;<br> Development;<br> On-going system support;<br> System optimisation"),
	table ("Development of banking applications (Credit Guarantee Recording System, Commission Recording System, Bankonet);<br>SAP consultancy in banking area"),
	table ("SAP consultancy in banking area"),
	table ("Complete implementation of the Fixed Assets Recording Module"),
	table ("Complete implementation of the Fixed Assets Recording Module"),
	table ("Complete implementation of the Fixed Assets Recording Module"),
	table ("Implementation of the Board system in progress "),
	table ("AS/400 hotline support"),
	table ("AS/400 hotline support"),
	table ("AS/400 phone support"),
	table ("COSMOSS (an integrated management, billing and CRM system developed for telecommunication companies) software development"),
	table ("Modifications of MOVEX to meet local legal requirements;<br>Modifications of the system to meet clients' needs "),
	table ("In England, Belgium, Holland, Austria, Germany"),
	table ("Development of PC-based systems: domestic and export sales of precious and non-ferrous metals,  inventory management system"),
	table ("Consultancy in financial modules;<br> Development (processing of customer orders, logistics, bank interface)"),
	table ("Consultancy in financial modules;<br> Development (bank and  warehouse interface, etc.)"),
	table ("Consultancy; <br>Development;<br>System maintenance;<br> AS/400 hotline support"),
	table ("Consultancy in financial modules; Development (bank interface, invoice, delivery note, etc.);<br> Complete implementation of the Fixed Assets Recording Module"),
	table ("Consultancy in financial modules; Development (bank interface, invoice, delivery note, etc.)"),
	table ("Participation in  implementation (financial modules);<br>Consultancy;<br>Development (bank interface)"),
	table ("Participation in system upgrade (financial and sales modules);<br>Consultancy;<br>Development;<br>Implementation of the Board system in progress "),
	table ("System maintenance"),
	table ("Development (bank and barcode interface);<br>Re-organization of the sales process;<br>Complete implementation of the Fixed Assets Recording Module "),
	table ("Complete system  implementation;<br>Modifications according to client needs"),
	table ("Development (e.g. bank interface);<br>System optimisation;<br>System maintenance;<br>AS/400 hotline support"),
	table ("Complete system  implementation;<br>Modifications according to client needs;<br>Complete implementation of the Fixed Assets Recording Module"),
	table ("System maintenance;<br>Development"),
	table ("Consultancy in financial,  manufacturing, and logistics modules;<br>Development;<br> On-going system support;<br>System optimisation"),
	table (" On-going system support;<br>Development in the area of e-business"),
	table ("Consultancy in financial,  manufacturing, and logistics modules;<br>Development;<br>System support occasionally"),
	table ("Development of banking applications (Credit Guarantee Recording System, Commission Recording System, Bankonet);<br>SAP consultancy in banking area"),
	table ("SAP consultancy in banking area"),
	table ("COSMOSS (an integrated management, billing and CRM system developed for telecommunication companies) software development"),
	table ("Development of PC-based systems: domestic and export sales of precious and non-ferrous metals,  inventory management system"),
	table ("AS/400 phone support"),
	table ("Switch to English"),
	table ("We are partners in AS/400 distribution since 2004."),
	table ("Our company is protected by VirusBuster Ltd.<br><img src='pic/vb_logo.gif' width='156' height='39'>"),
];

var myHint = new THints (HINTS_CFG, HINTS_ITEMS);


function table (s_) {
	return "<table border='0' cellspacing='5' cellpadding='0' bgcolor='#0065AE' width=270><tr><td><font color='#FFFFE1' face='Tahoma' size='2'>"+s_+"</font></td></tr></table>"
}

