var rip;
function dude(rip) {
var pho=new Array();
pho[0]="<img src='fancy/gold_bud.jpg'>";
pho[1]="<img src='fancy/octo-a.jpg'>";
pho[2]="<img src='fancy/shop.jpg'>";
pho[3]="<img src='fancy/shield.jpg'>";
pho[4]="<img src='fancy/boats.jpg'>";
pho[5]="<img src='fancy/hand.jpg'>";
pho[6]="<img src='fancy/ceil.jpg'>";
pho[7]="<img src='fancy/window.jpg'>";
pho[8]="<img src='fancy/fresco1.jpg'>";
pho[9]="<img src='fancy/fresco2.jpg'>";
var nam = new Array(rip);
nam[0]="Goldleaf Statuette";
nam[1]="Restored Artwork";
nam[2]="Marbling and Faux Painting";
nam[3]="Faux Painting";
nam[4]="Boats in Harbor";
nam[5]="Applying a Faux Finish";
nam[6]="Ceiling Artwork";
nam[7]="Fresco Wall Mural";
nam[8]="Fresco Mural One";
nam[9]="Fresco Mural Two";
var pup = pho[rip];
if ((rip == 1) || (rip == 4)) {
var thDewd = window.open("","thDewd","height=410,width=460");
}
else if ((rip == 8) || (rip == 9)) { 
var thDewd = window.open("","thDewd","height=470,width=550");
}
else {
var thDewd = window.open("","thDewd","height=410,width=390");
}
thDewd.window.moveTo(10,0);
thDewd.document.open();
thDewd.document.write('<html>');
thDewd.document.write('<head><style><!--body {margin: 0; padding: 0; color: #660000; background-color: #f9f9f9; background-image: url(marb_11.jpg)} h3 {margin: 10px 0 2px 0; }--></style>');
thDewd.document.write('</head>');
thDewd.document.write('<body>');
thDewd.document.write('<center><br>');
thDewd.document.write(pho[rip]);
thDewd.document.write('<h3>'+nam[rip]+'</h3>');
thDewd.document.write('<form>');
thDewd.document.write('<input type=reset value=Close onclick=self.close()><br><br>');
thDewd.document.write('</form>');
thDewd.document.write('</body>');
thDewd.document.write('</html>');
thDewd.document.close();
	}
