/*	common.js -
	Include file for Linda's U of D Press web site pages
*/

// <!-- ******************* Begin function newwin ******************* -->
function newwin(URL,windowName)
{
this.name="Main" ;
javascripthead = window.open(URL,windowName,
"toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=400,top=250,left=250"); 
	}
// <!-- ******************* End function newwin ******************* -->

// <!-- ******************* Begin MainMenu ******************* -->
var MainMenu =
'<p class="mainmenu"><a href="/udpress/index.htm">Home</a></p>\n' +
'<p class="mainmenu"><a href="./orderbooks.htm">Order Books</a></p>\n' +
'<p class="mainmenu"><a href="./atitles.htm">Browse Catalogue</a></p>\n' +
'<p class="mainmenu"><a href="http://www2.lib.udel.edu/udpress/udpsrch.php">Author/Title Search</a></p>\n' + 
'<p class="mainmenu"><a href="./series.htm">Occasional Series</a></p>\n' +
'<p class="mainmenu"><a href="./newtitles.htm">New Titles 2011-2012</a></p>\n' +  
'<p class="mainmenu"><a href="./forthcoming.htm">Forthcoming</a></p>\n' +
'<p class="mainmenu"><a href="./awardswon.htm">Awards Won by UD Press Authors</a></p>\n' +
'<p class="mainmenu"><a href="./historypress.htm">History of the Press</a></p>\n' +
'<p class="mainmenu"><a href="./guidelines.htm">Submission Guidelines</a></p>\n' +
'<p class="mainmenu"><a href="./faq.htm">FAQ</a></p>\n' +
'<p class="mainmenu"><a href="./competitions.htm">Manuscript Competitions</a></p>\n' +
'<p class="mainmenu"><a href="./contactus.htm">Contact Us</a></p>\n' +
'\n';

// <!-- ******************* End MainMenu ******************* -->

// <!-- ******************* Begin AdobeAcrobatWidget ******************* -->
var AdobeAcrobatWidget = 
'<p class="small"><a href="http://www.adobe.com" class="boldnavlink"><strong>Acrobat Reader</strong></a><br>\n' + 
'<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_new">\n' + 
'<img src="images/acrobat_8_48x45.jpg" width="48" height="45" hspace="2" vspace="2" border="0" alt="Adobe Acrobat Reader link." /></a> ' + 
'<a href="http://www.adobe.com/products/acrobat/readstep.html" target="_new" class="leftnav">Documents on this page may require the Acrobat Reader from Adobe.</a></p>\n';
// <!-- ******************* End AdobeAcrobatWidget ******************* -->



