function nav() {
	document.write("<font style='font-size: 9.5pt'><br><br><a href='home.htm' class='nav'>HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='film.htm' class='nav'>FILM</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='concert.htm' class='nav'>CONCERT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='spirit.htm' class='nav'>SPIRIT</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='biography.htm' class='nav'>BIOGRAPHY</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='store.htm' class='nav'>STORE</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='http://jericschmidt.blogspot.com/' class='nav' target='_blank'>BLOG</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='contact.htm' class='nav'>CONTACT</a></font>");
}

function preview(song) {
	document.write("<span id='"+song+"'></span><script type='text/javascript' language='javascript'>var fo = new SWFObject('preview.swf', 'preview', '57', '11', '9', '');fo.addParam('scale', 'noscale');fo.addParam('menu', 'false');fo.addParam('wmode', 'transparent');fo.addVariable('varSong', '"+song+"');fo.write('"+song+"');</script>");
}

function addPayPal(item,price, description) {
	document.write("<form style='margin: 0px; padding: 0px; display: inline;' target='paypal' action='https://www.paypal.com/cgi-bin/webscr' method='post' id='paypal"+item+"'><a href='#' class='mlink' onclick=\"javascript: document.getElementById('paypal"+item+"').submit(); return false;\">add to cart</a><input type='hidden' name='add' value='1'><input type='hidden' name='cmd' value='_cart'><input type='hidden' name='business' value='SCHMIDTGUY@ATT.NET'><input type='hidden' name='item_name' value='"+description+"'><input type='hidden' name='amount' value='"+price+"'><input type='hidden' name='no_note' value='1'><input type='hidden' name='currency_code' value='USD'><input type='hidden' name='lc' value='US'><input type='hidden' name='bn' value='PP-ShopCartBF'><input type='hidden' name='shipping' value='0'><input type='hidden' name='shipping2' value='0'><input type='hidden' name='handling_cart' value='0'></form>")
}