var strhtml;

//stylesheet controlling the navigation bar
strhtml="<link href='/menunav/nav.css' rel='stylesheet' type='text/css'>";

//start of navigation bar
strhtml+="<table border='0' cellspacing='0' cellpadding='0' width='100%'>";
strhtml+="<tr valign='top' >";
strhtml+="<td>";
strhtml+="<div class='nav'>";

//Links fo the navigation bar
strhtml+="<a href='http://www.padw0rny.com/overview/e_series/index.htm'>Catalogue Home</a>";
strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";
strhtml+="<a href='http://www.padw0rny.com/overview/e_series/index.htm'>PAINTINGS:</a>";


strhtml+="<a href='#'></a>";




strhtml+="<a href='http://www.padw0rny.com/overview/e_series/index.htm'>- E Series </a>";


strhtml+="<a href='#'></a>";

strhtml+="<a href='http://www.padw0rny.com/overview/q_series/index.htm'>- Q Series </a>";


strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";
strhtml+="<B><a href='http://www.padw0rny.com/overview/recent_works.htm'>RECENT WORK</a></B>";
strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";

strhtml+="<a href='http://www.padw0rny.com/overview/p_series/index.htm'>DRAWINGS and WATERCOLOURS:</a>";
strhtml+="<a href='http://www.padw0rny.com/overview/p_series/index.htm'>-  Overview of Drawings</a>";
strhtml+="<a href='#'></a>";


strhtml+="<a href='#'></a>";

strhtml+="<a href='#'></a>";


strhtml+="<a href='http://www.padw0rny.com/overview/c_series/index.htm'>- C Series </a>";

strhtml+="<a href='#'></a>";
strhtml+="<a href='http://www.padw0rny.com/overview/p_series/index.htm'>- P Series </a>";

strhtml+="<a href='#'></a>";
strhtml+="<a href='http://www.padw0rny.com/overview/h_series/index.htm'>- H Series </a>";

strhtml+="<a href='#'></a>";

strhtml+="<a href='#'></a>";

strhtml+="<a href='#'></a>";

strhtml+="<a href='http://www.padw0rny.com/overview/a_series/index.htm'>SCULPTURE AND ASSEMBLAGE:</a>";
strhtml+="<a href='http://www.padw0rny.com/overview/a_series/index.htm'>-  Overview of Sculpture</a>";
strhtml+="<a href='#'></a>";
strhtml+="<a href='http://www.padw0rny.com/series/a1/index.htm'>-  A, B, T and N Series</a>";


strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";
strhtml+="<a href='http://www.padworny.com/bio.htm' target='_blank' >Bio/C.V.</a>";
strhtml+="<a href='#'></a>";


strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";



strhtml+="<a href='#'></a>";
strhtml+="<a href='#'></a>";

strhtml+="<a href='http://www.padworny.com/' target='_blank' >Padworny.com: full site</a>";
strhtml+="</div>";
strhtml+="</td>";
strhtml+="<td align='center'>";


document.write(strhtml);
