﻿/*-------------------------------
	Copyright (c) 2004 Eira inc.
	http://www.origano.com
	Tous droits réservés pour tous pays
	All rights reserved for all countries
-------------------------------*/
function svl(i){document.getElementById('t'+i).style.display='block';}
function nsv(i){document.getElementById('t'+i).style.display='none';}
function iniInf(){
var tt=new Array('Moon','Menu','Month & Year','Clock','Calendar Control','Calendar','Edition Buttons','Reminder Setting window','Note Title','Pages Controls & Numbers','Edition Area');
var td=new Array('Daily Moon Faces.<br /><br />Clicking it sets the calendar and the entry area to today.',
'Mousing over it displays the origaDesk menu.<br /><br />Its options are reviewed in a distinct heading of the current page.','The year and month of the currently displayed calendar.<br /><br />Clicking one of them displays the <em>Year-Month Selector</em>.',
'The origaDesk clock shows the time with three colored points.<br /><br />An option can be set to hide the second hand.',
'This arrow sets the calendar to the previous month.<br /><br />A quicker selection is also available with the help of the <em>Year-Month Selector</em>.',
'The origaDesk calendar uses a color system to signal the presence of a note, a reminder, the currently edited note, and the actual date.',
'Edition buttons area (partial view).',
'General view of the \'Reminder Setting\' window with stacked calendar. Take note that the note title is reproduced and can be also modified in this window.',
'Note title is editable.<br /><br />The default title can be modified to your liking.',
'Clicking on arrows display the previous/next entry for the selected day.<br /><br />Numbers mean: selected entry number over total entries for the day.',
'The edition area allows you to write notes as big as the Gutenberg Bible or as simple as "Hello". It also features typical editing capabilities and automatic saving.');
var ln=tt.length;
for(var i=0;i<ln;i++){
with(document.getElementById('t'+i)){
innerHTML='<div id="inf'+i+'" class="inf"><span class="inft">'+tt[i]+'<br /></span>'+td[i]+'</div>';
}
}
}
function xMenuSurvol(bAfficher){}
function xCentrerScene(){xCentrerHorObj('xScn');}
function xInit(){xInitMenPage("products","origaDesk","presentation");iniInf();}
function xExit(){}

