// JavaScript Document
var content = [
			   {type:"text", content:"profile_brief"},
			    {type:"text", content:"profile_biodata_henry"},
			    //{type:"text", content:"profile_biodata_glen"},
			    {type:"text", content:"profile_biodata_susi"}
			   ];
var _activeColor = "#5fc9ca";
var _inactiveColor = "#000000";
var _contentid = "pagecontent";
var _imagepath = "common/images/";
var _isleft = false;
createpaging(content, _activeColor, _inactiveColor, _contentid, _imagepath, _isleft);

