// JavaScript Document\var arrayHeaders  = ["tab-header1","tab-header2", "tab-header3", "tab-header4", "tab-header5"];        var arrayContents = ["tab-content1","tab-content2", "tab-content3", "tab-content4", "tab-content5"]; 			                     window.onload = function(){	        var tabRelationship = 	            new ylib.widget.Tabs(arrayHeaders, arrayContents, 0);        }