///////////left nav begins////////////////
<!--Adobe(R) ImageStyler(TM) 1.0 Generated JavaScript. Please do not edit.
isamap = new Object();
isamap[0] = "_df"
isamap[1] = "_ov"
isamap[2] = "_ot"
isamap[3] = "_dn"


function isimgact(id, act)
{
	if(document.images) document.images[id].src = eval( "isimages." + id + isamap[act] + ".src");
}


if (document.images) { // ensure browser can do JavaScript rollovers.
isimages = new Object();
isimages.b_index1_df = new Image();
isimages.b_index1_df.src = "graphx/bttns/hm.gif";

isimages.b_index1_ov = new Image();
isimages.b_index1_ov.src = "graphx/bttns/hm_ov.gif";

isimages.b_index2_df = new Image();
isimages.b_index2_df.src = "graphx/bttns/blog.gif";

isimages.b_index2_ov = new Image();
isimages.b_index2_ov.src = "graphx/bttns/blog_ov.gif";

isimages.b_index3_df = new Image();
isimages.b_index3_df.src = "graphx/bttns/au.gif";

isimages.b_index3_ov = new Image();
isimages.b_index3_ov.src = "graphx/bttns/au_ov.gif";

isimages.b_index4_df = new Image();
isimages.b_index4_df.src = "graphx/bttns/clss.gif";

isimages.b_index4_ov = new Image();
isimages.b_index4_ov.src = "graphx/bttns/clss_ov.gif";

isimages.b_index5_df = new Image();
isimages.b_index5_df.src = "graphx/bttns/dir.gif";

isimages.b_index5_ov = new Image();
isimages.b_index5_ov.src = "graphx/bttns/dir_ov.gif";

isimages.b_index6_df = new Image();
isimages.b_index6_df.src = "graphx/bttns/chl_prt.gif";

isimages.b_index6_ov = new Image();
isimages.b_index6_ov.src = "graphx/bttns/chl_prt_ov.gif";

isimages.b_index7_df = new Image();
isimages.b_index7_df.src = "graphx/bttns/rsrclbr.gif";

isimages.b_index7_ov = new Image();
isimages.b_index7_ov.src = "graphx/bttns/rsrclbr_ov.gif";

isimages.b_index8_df = new Image();
isimages.b_index8_df.src = "graphx/bttns/nl.gif";

isimages.b_index8_ov = new Image();
isimages.b_index8_ov.src = "graphx/bttns/nl_ov.gif";

isimages.b_index9_df = new Image();
isimages.b_index9_df.src = "graphx/bttns/new.gif";

isimages.b_index9_ov = new Image();
isimages.b_index9_ov.src = "graphx/bttns/new_ov.gif";

isimages.b_index10_df = new Image();
isimages.b_index10_df.src = "graphx/bttns/priv.gif";

isimages.b_index10_ov = new Image();
isimages.b_index10_ov.src = "graphx/bttns/priv_ov.gif";

isimages.b_index11_df = new Image();
isimages.b_index11_df.src = "graphx/bttns/prdt.gif";

isimages.b_index11_ov = new Image();
isimages.b_index11_ov.src = "graphx/bttns/prdt_ov.gif";

isimages.b_index12_df = new Image();
isimages.b_index12_df.src = "graphx/bttns/rep.gif";

isimages.b_index12_ov = new Image();
isimages.b_index12_ov.src = "graphx/bttns/rep_ov.gif";

isimages.b_index13_df = new Image();
isimages.b_index13_df.src = "graphx/bttns/mnfst_jwlry.gif";

isimages.b_index13_ov = new Image();
isimages.b_index13_ov.src = "graphx/bttns/mnfst_jwlry_ov.gif";

isimages.b_index14_df = new Image();
isimages.b_index14_df.src = "graphx/bttns/srbl_jwlry.gif";

isimages.b_index14_ov = new Image();
isimages.b_index14_ov.src = "graphx/bttns/srbl_jwlry_ov.gif";

isimages.b_index15_df = new Image();
isimages.b_index15_df.src = "graphx/bttns/cu.gif";

isimages.b_index15_ov = new Image();
isimages.b_index15_ov.src = "graphx/bttns/cu_ov.gif";



}
// end generated JavaScript. -->
//Start rotating
var gallery = new Array();
gallery[0] = new Array("../img/store/store2.jpg","../img/store/store4.jpg","../img/store/store5.jpg");
function pickImageFrom(whichGallery)
{
var idx = Math.floor(Math.random() * gallery[whichGallery].length);
document.write('<img src="'+gallery[whichGallery][idx]+'" border=0>');
}
//End Rotating

<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 


var clickmessage="Copyright Manifest Beads. Images may not legally be removed from this site or altered in any way."

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()

///////////left nav begins////////////////

<!-- Hide script from old browsers
function newWindow1() {
newWindow = window.open('class/projects/african.html', 'NewsWin','height=520,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow2() {
newWindow = window.open('class/projects/all_cube.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow3() {
newWindow = window.open('class/projects/basic.html', 'NewsWin','height=320,width=355,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow4() {
newWindow = window.open('class/projects/basic_jewelry.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow5() {
newWindow = window.open('class/projects/beaded_flwr.html', 'NewsWin','height=435,width=450,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow6() {
newWindow = window.open('class/projects/braid.html', 'newWin', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow7() {
newWindow = window.open('class/projects/branch_fringe.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow8() {
newWindow = window.open('class/projects/brick_stitch.html', 'NewsWin','height=640,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow9() {
newWindow = window.open('class/projects/bump.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow10() {
newWindow = window.open('class/projects/byzantine.html', 'NewsWin','height=380,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow11() {
newWindow = window.open('class/projects/beaded_cabochan.html', 'NewsWin','height=500,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow12() {
newWindow = window.open('class/projects/color_bead.html', 'NewsWin','height=530,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow13() {
newWindow = window.open('class/projects/caberet.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow14() {
newWindow = window.open('class/projects/chain_lace.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow15() {
newWindow = window.open('class/projects/chan.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow16() {
newWindow = window.open('class/projects/kira_basic_beeding.html', 'newWin', 'width=340, height=340')
}
function newWindow17() {
newWindow = window.open('class/projects/color_bead.html', 'NewsWin','height=500,width=348,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow18() {
newWindow = window.open('class/projects/czchbrclt.html', 'NewsWin','height=480,width=560,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow19() {
newWindow = window.open('class/projects/donut.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow20() {
newWindow = window.open('class/projects/ear.html', 'NewsWin','height=500,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow21() {
newWindow = window.open('class/projects/embll.html', 'NewsWin','height=480,width=580,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow22() {
newWindow = window.open('class/projects/famshrink.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow23() {
newWindow = window.open('class/projects/flt.html', 'NewsWin','height=420,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow24() {
newWindow = window.open('class/projects/flt_nck.html', 'newWin', 'width=530, height=350')
}
function newWindow25() {
newWindow = window.open('class/projects/flt_p.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow26() {
newWindow = window.open('class/projects/fluffy.html', 'NewsWin','height=420,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow27() {
newWindow = window.open('class/projects/herring.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow28() {
newWindow = window.open('class/projects/jewelry.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow29() {
newWindow = window.open('class/projects/jumpringbrc.html', 'NewsWin','height=400,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow30() {
newWindow = window.open('class/projects/kids.html', 'NewsWin','height=377,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow31() {
newWindow = window.open('class/projects/latiat.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow32() {
newWindow = window.open('class/projects/net.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow33() {
newWindow = window.open('class/projects/netting.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow34() {
newWindow = window.open('class/projects/peyote.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow35() {
newWindow = window.open('class/projects/peyote_brace.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow36() {
newWindow = window.open('class/projects/ripple.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow37() {
newWindow = window.open('class/projects/rosary_brac.html', 'NewsWin','height=550,width=250,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow38() {
newWindow = window.open('class/projects/rosary_neck.html', 'NewsWin','height=360,width=375,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow39() {
newWindow = window.open('class/projects/russian_spiral.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow40() {
newWindow = window.open('class/projects/shrnkpnd.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow41() {
newWindow = window.open('class/projects/snow.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow42() {
newWindow = window.open('class/projects/spiral.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow43() {
newWindow = window.open('class/projects/spiral_neck.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow44() {
newWindow = window.open('class/projects/ss.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow45() {
newWindow = window.open('class/projects/stripe.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow46() {
newWindow = window.open('class/projects/summer_ank.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow47() {
newWindow = window.open('class/projects/swar.html', 'NewsWin','height=500,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow48() {
newWindow = window.open('class/projects/swarovski_ring.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow49() {
newWindow = window.open('class/projects/tennis.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow50() {
newWindow = window.open('class/projects/watch_bands.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow51() {
newWindow = window.open('class/projects/wire_wrapped_cab.html', 'NewsWin','height=580,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow52() {
newWindow = window.open('class/projects/woven.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow53() {
newWindow = window.open('class/projects/wvy_brc.html', 'NewsWin','height=500,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow54() {
newWindow = window.open('class/projects/workin_with_wire_b.html', 'NewsWin','height=320,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow55() {
newWindow = window.open('class/projects/vertical.html', 'NewsWin','height=580,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow56() {
newWindow = window.open('class/projects/herringbone_brace.html', 'NewsWin','height=510,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow57() {
newWindow = window.open('class/projects/fall_lariet.html', 'NewsWin','height=580,width=480,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow58() {
newWindow = window.open('class/projects/knotted_necklace.html', 'NewsWin','height=570,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow59() {
newWindow = window.open('class/projects/raw_swarovski_bracelet.html',  'NewsWin','height=490,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow60() {
newWindow = window.open('class/projects/chunky_horizontal.html', 'NewsWin','height=550,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow61() {
newWindow = window.open('class/projects/workin_with_wire_i.html', 'NewsWin','height=510,width=375,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow62() {
newWindow = window.open('class/projects/peyote_bubble.html', 'NewsWin','height=480,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow63() {
newWindow = window.open('class/projects/crimp.html', 'NewsWin','height=480,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow64() {
newWindow = window.open('class/projects/fall.html', 'NewsWin','height=580,width=275,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow65() {
newWindow = window.open('class/projects/snow_drop.html', 'NewsWin','height=470,width=310,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow66() {
newWindow = window.open('class/projects/holiday_earrings.html', 'NewsWin','height=480,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow67() {
newWindow = window.open('class/projects/lantern.html', 'NewsWin','height=470,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow68() {
newWindow = window.open('class/projects/wire_ornament.html', 'NewsWin','height=510,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow69() {
newWindow = window.open('class/projects/swarovski _flower_bracelet.html', 'NewsWin','height=510,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow70() {
newWindow = window.open('class/projects/wired_wine_charm.html', 'NewsWin','height=510,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow71() {
newWindow = window.open('class/projects/angel_earrings.html', 'NewsWin','height=560,width=470,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow72() {
newWindow = window.open('class/projects/earring_workshop.html', 'NewsWin','height=480,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow73() {
newWindow = window.open('class/projects/peyote_brace.html', 'NewsWin','height=490,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow74() {
newWindow = window.open('class/projects/square_stitch.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow75() {
newWindow = window.open('class/projects/spiral_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow76() {
newWindow = window.open('class/projects/netted_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow77() {
newWindow = window.open('class/projects/jeweled_peyote.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow78() {
newWindow = window.open('class/projects/copper_chain.html', 'NewsWin','height=480,width=450,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow79() {
newWindow = window.open('class/projects/winter_blues.html', 'NewsWin','height=360,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow80() {
newWindow = window.open('class/projects/branch_fringe.html', 'NewsWin','height=540,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow81() {
newWindow = window.open('class/projects/swar_diamond_neck.html', 'NewsWin','height=540,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow82() {
newWindow = window.open('class/projects/flat_peyote.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow83() {
newWindow = window.open('class/projects/basic_spiral_center _bead.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow84() {
newWindow = window.open('class/projects/captured_czech_glass.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow85() {
newWindow = window.open('class/projects/crystal_zig_zag_necklace.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow86() {
newWindow = window.open('class/projects/tubular_herringbone_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow87() {
newWindow = window.open('class/projects/swarov_ring_pendant.html', 'NewsWin','height=480,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow88() {
newWindow = window.open('class/projects/czech_cuff.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow89() {
newWindow = window.open('class/projects/swarovski_spiral_brace.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow90() {
newWindow = window.open('class/projects/honeysuckle.html', 'NewsWin','height=500,width=325,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow91() {
newWindow = window.open('class/projects/wired_rings.html', 'NewsWin','height=520,width=760,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow92() {
newWindow = window.open('class/projects/drop_picots.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow93() {
newWindow = window.open('class/projects/filigree.html', 'NewsWin','height=480,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow94() {
newWindow = window.open('class/projects/lucite_links.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow95() {
newWindow = window.open('class/projects/blue_lace.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow96() {
newWindow = window.open('class/projects/permanent_twist.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow97() {
newWindow = window.open('class/projects/chainmail_earrings.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow98() {
newWindow = window.open('class/projects/drop_picots.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow99() {
newWindow = window.open('class/projects/swarovski_garden_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow100() {
newWindow = window.open('class/projects/right_angle_garden.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow101() {
newWindow = window.open('class/projects/daisy_pin.html', 'NewsWin','height=520,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow102() {
newWindow = window.open('class/projects/spring_fling_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow103() {
newWindow = window.open('class/projects/sterling_viking_knit.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow104() {
newWindow = window.open('class/projects/hammered_flowers.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow105() {
newWindow = window.open('class/projects/kumihimo_bracelet.html', 'NewsWin','height=480,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow106() {
newWindow = window.open('class/projects/bead_crochet.html', 'NewsWin','height=480,width=430,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow107() {
newWindow = window.open('class/projects/free_form.html', 'NewsWin','height=480,width=380,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow108() {
newWindow = window.open('class/projects/bw_bracelet.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow109() {
newWindow = window.open('class/projects/chain_links_necklace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow110() {
newWindow = window.open('class/projects/chainlinknecklace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow111() {
newWindow = window.open('class/projects/netted_necklace_drops.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow112() {
newWindow = window.open('class/projects/czech_netted_brace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow113() {
newWindow = window.open('class/projects/fabulous_fish.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow114() {
newWindow = window.open('class/projects/fancy_ear_wire_workshop.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow115() {
newWindow = window.open('class/projects/hammered_drops.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow116() {
newWindow = window.open('class/projects/pearl_chain_necklace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow117() {
newWindow = window.open('class/projects/scroll_anklet.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow118() {
newWindow = window.open('class/projects/simple_netted_necklace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow119() {
newWindow = window.open('class/projects/snake_bracelet.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow120() {
newWindow = window.open('class/projects/stpetersburg_chain_necklace.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow121() {
newWindow = window.open('class/projects/zulu_stitch_bracelet.html', 'NewsWin','height=550,width=460,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow122() {
newWindow = window.open('class/projects/fall_felt_beads.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow123() {
newWindow = window.open('class/projects/multi_strand_earrings.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow124() {
newWindow = window.open('class/projects/branching_wire_earrings_pendant.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow125() {
newWindow = window.open('class/projects/squared_bracelet.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow126() {
newWindow = window.open('class/projects/wavy_wire_cuff.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow127() {
newWindow = window.open('class/projects/braided_wire_cuff.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow128() {
newWindow = window.open('class/projects/apache_leaf_necklace.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow129() {
newWindow = window.open('class/projects/chandelier_earrings.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow130() {
newWindow = window.open('class/projects/wire_whimsy.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow131() {
newWindow = window.open('class/projects/stitch_finish.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow132() {
newWindow = window.open('class/projects/double_spiral_bracelet.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow133() {
newWindow = window.open('class/projects/double_daisy_chain.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow134() {
newWindow = window.open('class/projects/basic_netted_necklace.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow135() {
newWindow = window.open('class/projects/basic_netted_necklace.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow135() {
newWindow = window.open('class/projects/jewelry_makingb.html', 'NewsWin','height=320,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow136() {
newWindow = window.open('class/projects/jewelry_makingi.html', 'NewsWin','height=320,width=350,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow137() {
newWindow = window.open('class/projects/crystal_flower_bracelet.html', 'NewsWin','height=550,width=420,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow138() {
newWindow = window.open('class/projects/holly_leaf_brooch.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow139() {
newWindow = window.open('class/projects/netted_ornament.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow140() {
newWindow = window.open('class/projects/wired_clasps.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow141() {
newWindow = window.open('class/projects/making_chain.html', 'NewsWin','height=450,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow142() {
newWindow = window.open('class/projects/wired_beads.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow143() {
newWindow = window.open('class/projects/beaded_chain_link.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow144() {
newWindow = window.open('class/projects/embellished_hexagon_lace_bracelet.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
function newWindow145() {
newWindow = window.open('class/projects/beaded_cabochan2.html', 'NewsWin','height=550,width=360,scrollbars=yes,resizable=no,left=0 top=0');
}
//End hiding script from old browsers -->