// Common Javascript library
function windowit(url) {javascript:window.open(url,'fullwindow','width=742,height=500,menubar,toolbar,titlebar,status,scrollbars,location,resizable');}
function popup(url,name,width,height) {
        if (! width) { width=525; }
        if (! height) { height=600; }
        popwindow=window.open(url,name,'menubar,scrollbars,dependent,width='+width+',height='+height+',left=164,top=4');
}
function openWindow(url, name) {popupWin = window.open(url, name, 'toolbar,resizable,scrollbars,dependent,width=700,height=600,left=5,top=5')}
function Logout()
{
    var WindowClosed = window.Closed;
    if (WindowClosed) {popupWin = window.open('/ias_static/need_flash.html', 'needFlashWindow', 'menubar,status,scrollbars,resizable,width=600,height=400,left=10,top=10')}
}
function openPopUp(url, name) {popupWin = window.open(url, name, 'resizable,scrollbars,dependent,menubar,toolbar,width=600,height=400,left=5,top=5')}
function roll(image1, reference1) {if (document.images) { document.images[image1].src = reference1; }}
function Dollar (val) {  // force to valid dollar amount
var str,pos,rnd=0;
  if (val < .995) rnd = 1;  // for old Netscape browsers
  str = escape (val*1.0 + 0.005001 + rnd);  // float, round, escape
  pos = str.indexOf (".");
  if (pos > 0) str = str.substring (rnd, pos + 3);
  return str;
}
function SideBar() {
	document.writeln('<td id="mainsidebar" valign="top">');
	document.writeln('<img src="/images/Jap5-1BallSmall.jpg" alt="Dreamseeker Chainmail Gallery Logo">');
	document.writeln('<br />');
	document.writeln('<ul class="navigation">');
	document.writeln('<li><a href="http://www.maileofthedreamseeker.com">Home</a></li>');
	document.writeln('<li><a href="/gallery.html">The Gallery</a></li>');
	document.writeln('</ul>');
	document.writeln('<ul class="navigation2">');
	document.writeln('<li><a href="/gallery/necklaces.html">Necklaces</a></li>');
	document.writeln('<li><a href="/gallery/shirt.html">Shirts & Tops</a></li>');
	document.writeln('<li><a href="/gallery/belts.html">Belts</a></li>');
	document.writeln('<li><a href="/gallery/bracers.html">Bracers</a></li>');
	document.writeln('<li><a href="/gallery/pouches.html">Pouches</a></li>');
	document.writeln('<li><a href="/gallery/mensjewelry.html">Men\'s Jewelry</a></li>');
	document.writeln('<li><a href="/gallery/bracelets.html">Bracelets</a></li>');
	document.writeln('<li><a href="/gallery/earrings.html">Earrings</a></li>');
	document.writeln('<li><a href="/gallery/jewelry.html">Misc. Jewelry</a></li>');
	document.writeln('<li><a href="/gallery/balls.html">Balls</a></li>');
	document.writeln('<li><a href="/gallery/assorted.html">Random Stuff</a></li>');
	document.writeln('</ul>');
	document.writeln('<ul class="navigation">');
	document.writeln('<li><br></li>');
	document.writeln('<li><a href="/designs/catalog.html">Sales Catalog</a></li>');
	document.writeln('<li><a href="/cart1.html" onclick="CallView (); return false;">View Cart</a></li>');
	document.writeln('<li><br></li>');
	document.writeln('<li><a href="/custom/custom.html">Custom</a></li>');
	document.writeln('<li><a href="/general/materials.html">Materials</a></li>');
	document.writeln('<li><a href="/general/order.html">Ordering Info</a></li>');
	document.writeln('<li><a href="/general/sitemap.html">Site Map</a></li>');
	document.writeln('<li><a href="/general/aboutme.html">About Me</a></li>');
	document.writeln('<li><a href="/general/feedback.html">Contact</a></li>');
	document.writeln('<li><a href="/general/links.html">Web Links</a></li>');
	document.writeln('<li><a href="http://inlays.maileofthedreamseeker.com">Inlay Gallery</a></li>');
	document.writeln('</ul>');
	document.writeln('</td>');
}

function BottomBar() {
	document.writeln('<br />');
	document.writeln('<center><a href="/index.html"><img src="/general/images/MotDBanner2.jpg" border="0" alt="Handmade Chainmail (Chain Mail) Jewelry by Maile of the Dreamseeker"></a></center>');
	document.writeln('<br />');
	document.writeln('<table id="bottombar" align="center"> <tr> <td>');
	document.writeln('<span class="gmain">Any Questions?  <a href="/general/feedback.html">Just Send Me A Message!</a>');
	document.writeln('<br />');
	document.writeln('<font size="-1">Pictures, Pages, and Designs &#169 2002-2007 Maile of the Dreamseeker</font></span>');
	document.writeln('</td> </tr> </table>');
}
