var euphemia = {
      src: 'http://www.poppyhillsgolf.com/flash/euphemia.swf'
};
 
sIFR.activate(euphemia);
 
sIFR.replace(euphemia, {
      selector: 'h2.cpost-title',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#4f5b3c; line-height:10; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(euphemia, {
      selector: 'h2.cpost-title2',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#4f5b3c; line-height:10; letter-spacing: -2; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(euphemia, {
      selector: 'a.cpost-title',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#4f5b3c; line-height:10; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(euphemia, {
      selector: 'a.cpost-title2',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#4f5b3c; line-height:10; letter-spacing: -2; }',
      ],
      wmode: 'transparent'
});


sIFR.replace(euphemia, {
      selector: 'h3.cpost-title',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#3e5e6b; line-height:10; }',
      ],
      wmode: 'transparent'
});

about_w = new Image();
about_w.src = "http://www.poppyhillsgolf.com/images/new/about_w.png";

about_y = new Image();
about_y.src = "http://www.poppyhillsgolf.com/images/new/about_y.png";

play_w = new Image();
play_w.src = "http://www.poppyhillsgolf.com/images/new/play_w.png";

play_y = new Image();
play_y.src = "http://www.poppyhillsgolf.com/images/new/play_y.png";

porter_w = new Image();
porter_w.src = "http://www.poppyhillsgolf.com/images/new/porter_w.png";

porter_y = new Image();
porter_y.src = "http://www.poppyhillsgolf.com/images/new/porter_y.png";

instruction_w = new Image();
instruction_w.src = "http://www.poppyhillsgolf.com/images/new/instruction_w.png";

instruction_y = new Image();
instruction_y.src = "http://www.poppyhillsgolf.com/images/new/instruction_y.png";

ncga_w = new Image();
ncga_w.src = "http://www.poppyhillsgolf.com/images/new/ncga_w.png";

ncga_y = new Image();
ncga_y.src = "http://www.poppyhillsgolf.com/images/new/ncga_y.png";

contact_w = new Image();
contact_w.src = "http://www.poppyhillsgolf.com/images/new/contact_w.png";

contact_y = new Image();
contact_y.src = "http://www.poppyhillsgolf.com/images/new/contact_y.png";

<!-- repeat the 4 lines above for any subsequent images. -->

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}
function openwindow()
{
	window.open("http://www.hookedongolf.com/poppy_hills/virtual_tour.html","mywindow","menubar=1,resizable=1,location=0,width=800,height=600");
}