
<!-- Begin
var description = new Array();
description[0] = "Suzzette Solano Paintings";
description[1] = "Paintings . Portraits . Art";
description[2] ="My abstract paintings are color and texture renditions in the context of a real backdrop";
description[3] = "The thematic paintings capture my subconcious breaking normality";
description[4] = "The realism in my paintings reveal the truth within my vision";
description[5] = "Portraits - I paint portraits to capture the spirit of the subject.";
description[6] = "The 1st Ladies Series was a result of my Thematic Approach";
description[7] = "Genesis Series - From Genesis 1:1 to 1:7";
description[8] = "Music Series - Beaches Fine Art Series Concert";
description[9] = "Sunset Series";
description[10] = "Other Paintings worth seeing";

function initial()
{
document.write('<div align="center"><p align="center" valign="bottom"><font color="#00008C" face="Mistral AV" size="5"><a id="Words_orig">Suzzette Solano Paintings</a></p></font>');
document.write('<p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#999999" face="Mistral AV" size="4"><a id="Words">Paintings . Portraits . Art</a></p></font></div>');
}
function list()
{


document.write('<p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#999999" face="Mistral AV" size="2"><a onMouseOver="Words.innerHTML = description[2];" onMouseOut="Words.innerHTML = description[1];" href="pabstract.htm"><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> ABSTRACTS <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a>');
document.write('<a onMouseOver="Words.innerHTML = description[3];" onMouseOut="Words.innerHTML = description[1];" href="pthematic.htm" > THEMATIC </a>');
document.write('<a onMouseOver="Words.innerHTML = description[4];" onMouseOut="Words.innerHTML = description[1];" href="prealism.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> REALISM <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a></p></font>');
document.write('<p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#999999" face="Arial" size="1"><a onMouseOver="Words.innerHTML = description[1];" onMouseOut="Words.innerHTML = description[1];" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> - SEARCH BY SUBJECTS BELOW - <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a></p></font>');
document.write('<p align="center" style="margin-top: 15; margin-bottom: 15"><font color="#990909" face="Arial" size="1"><a onMouseOver="Words.innerHTML = description[5];" onMouseOut="Words.innerHTML = description[1];" href="portraits.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> PORTRAITS <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a><br>');
document.write('<a onMouseOver="Words.innerHTML = description[6];" onMouseOut="Words.innerHTML = description[1];" href="fseries.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> FIRST LADIES OF THE US <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a><br>');
document.write('<a onMouseOver="Words.innerHTML = description[7];" onMouseOut="Words.innerHTML = description[1];" href="genseries.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> GENESIS SERIES <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a><br>');
document.write('<a onMouseOver="Words.innerHTML = description[8];" onMouseOut="Words.innerHTML = description[1];" href="music.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> MUSIC SERIES <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a><br>');
document.write('<a onMouseOver="Words.innerHTML = description[9];" onMouseOut="Words.innerHTML = description[1];" href="sunsets.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> SUNSETS SERIES <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a><br>');
document.write('<a onMouseOver="Words.innerHTML = description[10];" onMouseOut="Words.innerHTML = description[1];" href="other.htm" ><img border="0" src="images/background/vblue.JPG" width="1" height="10px"> OTHER SUBJECTS <img border="0" src="images/background/vblue.JPG" width="1" height="10px"></a></p></font>');

}
