var	profiletext	=	new	Array(

	"In this busy, technological, western, material world we seem to have lost contact with our spiritual selves. Being able to look out from our sheltered lives and brief existence, especially through the practices of Yoga, we are able to increase inner awareness and peace within the universal law in which all things are connected. Many of us have found that the Indian experience is often the perfect environment to nourish and stimulate our inner journey and deepen our spiritual practice and awareness. India is an extraordinary place of intense devotion, hard contrasts and contradictions, which often help us, break through the boundaries of our conditioning both socially, culturally, emotionally and spiritually, enabling us to revaluate our selves in a deeper and more profound way.",
	"Panni's work as an artist, photographer, film-maker and graphic designer, encompasses, nourishes and expresses the desire of a spiritual quest, through the manipulation of the original image. Her work is devotional and invokes the ways of the yogic tradition and the journey deeper within to expose us to the true nature of our being.",
	"Panni's use of multi-layered images, colours and textures invoke a stillness that reveals the world of our profound journey in which we are all seekers. Through the power of Yoga we can explore ways in which we can come to experience the true reality of our everyday existence, moment to moment. Her work is an expression of the yogic process.",
	"Panni has lived with the sadhus  and yogis in remote Himalayan caves and in ashrams throughout India. She has spent many years on pilgrimage, encountering the diversity from mystical tantric rites of the cremation grounds to a lone hermitage on the banks of the river Ganges. During her 15 years there she has shared many deep and personal transformations with the yogis and hermits from India's sacred traditions, which have been captured in the spirit of her work.",
	"The yogi's path is intensely devotional and every aspect of their life is an endeavour to bring themselves closer to a divine realisation, whether it be through the yogic practices of asana, pranayama and meditation, or of extreme austerities, barefoot pilgrimages, or through the path of devotion and surrender at the feet of the masters. But like the ancient texts warn<br><br><span class='mainprofiletext_em'> \"like the sharp edge of a razor, is the path. Narrow it is and difficult to tread\"</span>",
	"A potent quote from the film Silent Tongues by Panni B reads<br><br> \
<span class='mainprofiletext_em'>Just as gold is hidden in stone</span><br>\
<span class='mainprofiletext_em'>Oil in a seed</span><br>\
<span class='mainprofiletext_em'>Sun behind the clouds</span><br>\
<span class='mainprofiletext_em'>So the divine is hidden in all forms and beings</span><br>\
<span class='mainprofiletext_em'>Faith is the gateway</span><br>\
<span class='mainprofiletext_em'>And devotion is the door</span><br>\
<span class='mainprofiletext_em'>To the sacred dwelling place</span><br>\
<span class='mainprofiletext_em'>Of supreme peace, inward joy and freedom</span><br>\
"
);

var	currPage	=	0;

function	initProfile()	{
	initText();
}

function	displayText( n )	{
	document.getElementById('profiletext').innerHTML	=	profiletext[n];
}


var	currPage	=	0;

function	initText()	{
	displayText( 0 );
	currPage	=	0;
}

function	displayNextText()	{
	if( ++currPage >= profiletext.length )	{
		currPage	=	0;
	}
	
	displayText( currPage );
}

/*
function	overNext()	{
	document.getElementById('nextbutton').src	=	"images/nextbutton_rollover.gif";
}

function	outNext()	{
	document.getElementById('nextbutton').src	=	"images/nextbutton.gif";
}
*/