var ideas = new Array();
ideas[0] = "Beauty is. It is as natural as breathing. Its allure is transforming. I don't think art is about anything else.";
ideas[1] = "Art is about allure and making beauty. Anything else is puritanical intellectualization.";
ideas[2] = "Technology (T.V.) has freed the artist from the role of being a mere relflector of society. Now the artist has the option to be a director and take on the responsibility of healing, nurturing and humanizing our lives.";
ideas[3] = "Still, after all these years, I am finding new visual material in decoration. The more I learn, the more I become involved in it. It is clearer and clearer that this continues to be a place for me full of discovery.";
ideas[4] = "Art making is not about how smart you are, but rather about visualizing what you feel.";
ideas[5] = "...over the years, my work has been about civility, and its reappearance in my work fascinates me. I want my work to be about the elation of creativity.";

randno = Math.floor ( Math.random() * ideas.length );

function detailPop(cat,id,w,h) {
	w=w+50;
	h=h+80;
	var1="detail_pop.php?cat="+cat+"&id="+id;
	var2="detailpop";
	var3="width="+w+",height="+h;
	window.open(var1,var2,var3);
}

function jumpToPage2() {
	setTimeout('window.location.href = \'./page2.html\'', 8000);
}
