footnotes = new Footnotes();

function getFootnotes() {
	var arrFootnotes = new Array();

	/* Footnotes terms */
	arrFootnotes[0]  = arrFootnotes['f1'] = new Array('1', '<p>1. DVD media is sold separately</p>');
	arrFootnotes[1]  = arrFootnotes['f2'] = new Array('2', '<p>2. 64GB equals 64 billion bytes. A portion of the total storage is used for system management and/or application files. The capacity that a user can use is approximately 62.8GB after deleting 650MB of demonstration video. </p>');
	
	
	
	return arrFootnotes; 
}

