var titlename = new Array()
titlename[0] = "Life in this World"
titlename[1] = "Person to Person"
titlename[2] = "Path to Success"
titlename[3] = "Fun Intended Here"

var description = new Array()
description[0] = "Various aspects of living. Some areas of philosophy. Dealing with various kind of situations."
description[1] = "Relationships and understanding those with whom you share the planet. Love and general behavior."
description[2] = "About motivations and goals. Studies, Work and Achievements."
description[3] = "These are some funny quotes and are not to taken seriously. Just laugh. {smile}"

var life = new Array()
life[0] = "The worst way to miss someone is to be sitting right beside them knowing you can't have them."
life[1] = "There are always going to be people that hurt you so what you have to do is keep on trusting and just be more careful about who you trust next time around."
life[2] = "Don't cry because it is over, smile because it happened."
life[3] = "May be God wants us to meet a few wrong people before meeting the right one, so that when we finally meet the person, we will know how to be grateful."
life[4] = "Live as if your were to die tomorrow. Learn as if you were to live forever."
life[5] = "Learn from yesterday, live for today, hope for tomorrow."
life[6] = "The purpose of life is a life of purpose."
life[7] = "In three words I can sum up everything I've learned about life: it goes on."
life[8] = "The tragedy of life is not that it ends so soon, but that we wait so long to begin it."
life[9] = "Life consists not in holding good cards but in playing those you hold well."
life[10] = "What lies behind us and what lies ahead of us are tiny matters compared to what lives within us."
life[11] = "Keep away from people who try to belittle your ambitions. Small people always do that, but the really great make you feel that you, too, can become great."
life[12] = "If you are patient in one moment of anger, you will escape a hundred days of sorrow."
life[13] = "The fellow that agrees with everything you say is either a fool or he is getting ready to skin you."
life[14] = "You can complain because roses have thorns, or you can rejoice because thorns have roses."


var relation = new Array()
relation[0]  = "Just because some one doesn't love you the way you want them to, doesn't mean they don't love you with all they have."
relation[1]  = "A true friend is someone who reaches for your hand and touches your heart."
relation[2]  = "To the world you may be one person, but to one person you may be the world."
relation[3]  = "Never frown, even when your are sad, because you never know who is falling in love with your smile."
relation[4]  = "Make yourself a better person and know who you are before you try and know someone else and expect them to know you."
relation[5]  = "Silence is one of the hardest arguments to refute."
relation[6]  = "A friend is one who knows you and loves you just the same."
relation[7]  = "Be courteous to all, but intimate with few, and let those few be well tried before you give them your confidence. True friendship is a plant of slow grow, and must undergo and withstand the shocks of adversity before it is entitled to the appellation."
relation[8]  = "Friendship is the hardest thing in the world to explain. It's not something you learn in school. But if you haven't learned the meaning of friendship, you really haven't learned anything."
relation[9]  = "How to be in love : Fall but don't stumble. Be consistent but not too persistent. Share and never be unfair. Understand and try not to demand. Get hurt but never keep the pain."
relation[10] = "Never say I love if you don't care. Never talk about feelings if they aren't there. Never touch a life if you mean to break a heart. Never look in the eye when you do is lie."
relation[11] = "The most cruel thing a guy can do to a girl is to let her fall in love when he doesn't intend to catch her fall. (of course, it is true other way round also)"
relation[12] = "It breaks your heart to see the one you love happy with someone else but it's more painful to know that the one you love is unhappy with you."
relation[13] = "Love is like a butterfly. The more you chase it, the more it eludes you. But if you just let it fly, it would come to you when you least expect it."
relation[14] = "A real friend is one who walks in when the rest of the world walks out." 
relation[15] = "Don't walk in front of me, I may not follow. Don't walk behind me, I may not lead. Walk beside me and be my friend." 
relation[16] = "If all my friends were to jump off a bridge, I wouldn't jump with them,  I'd be at the bottom to catch them" 
relation[17] = "Everyone hears what you say. Friends listen to what you say. Best friends listen to what you don't say."
relation[18] = "A friend is someone who knows the song in your heart and can sing it back to you when you have forgotten the words." 


var success = new Array()
success[0] = "Don't try so hard, the best things come when you least expect them to."
success[1] = "You must be the change you wish to see in the world."
success[2] = "To accomplish great things, we must not only act, but also dream; not only plan, but also believe."
success[3] = "Shoot for the moon. Even if you miss, you'll land among the stars."
success[4] = "Don't be afraid to take a big step. You can't cross a chasm in two small jumps."
success[5] = "It is better to debate a question without settling it than to settle a question without debating it."
success[6] = "There is no conversation more boring than the one where everybody agrees."

var fun = new Array()
fun[0] = "One should love animals. They are so tasty."
fun[1] = "Save water. Shower with your friend."
fun[2] = "Behind every successful man, there is a woman. And behind every unsuccessful man, there are two."
fun[3] = "Every man should marry. After all, happiness is not the only thing in life."
fun[4] = "Wise never marry, and when they marry they become otherwise."
fun[5] = "Success is a relative term. It brings so many relatives."
fun[6] = "Never put off the work till tomorrow what you can put off today."
fun[7] = "Everyone has a photographic memory. Some, like me, just don't have any film."
fun[8] = "I always know God won't give me more than I can handle but there are times I wish He didn't trust me quite so much!"
fun[9] = "Just going to church doesn't make you a Christian any more than standing in a garage makes you a car."
fun[10] = "Never be too open minded, your brains could fall out."
fun[11] = "Experience is a wonderful thing. It enables you to recognize a mistake when you make it again."
fun[12] = "Practice makes perfect. But nobody's perfect. So, why practice?"
fun[13] = "If it's true that we are here to help others, then what exactly are the others here for?"
fun[14] = "Hard work never killed anybody. But, why take the risk"
fun[15] = "A bus station is where a bus stops. A train station is where train stops. On my desk, I have a work station. What more can I say?"


var cntary = new Array()
cntary[0] = life.length
cntary[1] = relation.length
cntary[2] = success.length
cntary[3] = fun.length


function showquotes(i)
{
	document.write("<html><head><title>" + titlename[i] + "</title>");
	document.write("<LINK rel='stylesheet' href='pagecss.css'>");
	document.write("<body><center><font face='Verdana' size='4'>");
	document.write("<b>" + titlename[i] + "</b><br><font size='2'>" + description[i]);
	document.write("<hr></center><ol>");
	for(j=0;j<cntary[i];j=j+1)
	{
		if(i==0) document.write("<li>" + life[j] + "<br>")
		if(i==1) document.write("<li>" + relation[j] + "<br>")
		if(i==2) document.write("<li>" + success[j] + "<br>")
		if(i==3) document.write("<li>" + fun[j] + "<br>")
	}
	document.write("</ol><center><form><input type='button' value='Back' onClick='history.go(-1)'>");
	document.write("</form><hr>" + pgfooter);
	document.write("</font></font></center></body></html>");
}