<!--
function doCoins() { 
mywin = open("","awin", "HEIGHT=350, WIDTH=500, scrollbars"); 
mywin.document.open(); 
mywin.document.write('<html><head><title>Precious Accents Coin Size Chart</title><link rel="stylesheet" type="text/css" href="../css/all.css"></head><body bgcolor="white">'); 
mywin.document.write('<TABLE WIDTH="100%" HEIGHT="100%"><TR><TD ALIGN="CENTER" VALIGN="MIDDLE"><IMG SRC="http://www.preciousaccents.com/Merchant2/graphics/00000001/i/coins.jpg"><br><br><br><a href="javascript:window.close()">Close Window</a></TD></TR></TABLE>'); 
mywin.document.write('</body></html>'); 
mywin.document.close(); 
} 

function doEngraving() { 
mywin = open("","awin", "HEIGHT=350, WIDTH=500, scrollbars"); 
mywin.document.open(); 
mywin.document.write('<html><head><title>Precious Accents Engraving Sample</title><link rel="stylesheet" type="text/css" href="../css/all.css"></head><body bgcolor="white">'); 
mywin.document.write('<TABLE WIDTH="100%" HEIGHT="100%"><TR><TD ALIGN="CENTER" VALIGN="MIDDLE"><IMG SRC="http://www.preciousaccents.com/Merchant2/graphics/00000001/i/engravingsample.jpg"><br><br>BLOCK: All letters are capitalized<br /><br />Script: All letters are engraved EXACTLY as entered<br><br>Please note: all engravings are automatically centered unless otherwise instructed<br /><br /><a href="javascript:window.close()">Close Window</a></TD></TR></TABLE>'); 
mywin.document.write('</body></html>'); 
mywin.document.close(); 
} 

function doGoogleCheckout() { 
mywin = open("http://www.preciousaccents.com/googlecheckout.html","awin", "HEIGHT=350, WIDTH=500, scrollbars"); 
} 
// -->