
if (document.images)
 {
var pic1 = new Image();
pic1.src = "images/birdwingsforwebpage2.jpg";
var pic3 = new Image();
pic3.src = "images/lookalikebutterflies02.jpg";
var pic7 = new Image();
pic7.src = "images/larvalhostvines2.jpg";
var pic9 = new Image();
pic9.src = "images/plantingguide2.jpg";
var pic10 = new Image();
pic10.src = "images/adultfoodplants2.jpg";
}

function show_1()
 {
if (document.images)
 {
restorecol1buttons();
document["image2"].src = pic1.src;
t2.innerHTML='<a href="thebutterfly.php"><strong><font color="#FFFFFF">The spectacular Richmond Birdwing butterfly is threatened by habitat destruction, loss of its larval food plant and an introduced weed that poisons larvae (caterpillars).  Click here to find out more about this iconic butterly.</font></strong></a>';
c1.bgColor="#00FF00";
}
}
function show_3() 
{
if (document.images)
 {
restorecol1buttons();
document["image2"].src = pic3.src;
t2.innerHTML='<strong><font color="#FFFFFF">Can you recognize the Richmond Birdwing Butterfly?  There are a number of butterflies that can be mistaken for a birdwing.  Check out the butterflies that have a similar appearance and learn to tell the difference.</font></strong>';
c3.bgColor="#00FF00";
}
} 
function show_7() 
{
if (document.images)
 {
restorecol1buttons();
document["image2"].src = pic7.src;
t2.innerHTML='<strong><font color="#FFFFFF">Richmond Birdwing larvae feed mainly on Pararistolochia <em>praevenosa</em>, commonly called the Birdwing Vine.  In the mountain areas, another vine Pararistolochia <em>laheyana</em> is used as a larval host vine.  Click here to find out all about them.</font></strong>';
c7.bgColor="#00FF00";
}
} 
function show_9() 
{
if (document.images)
 {
restorecol1buttons();
document["image2"].src = pic9.src;
t2.innerHTML='<strong><font color="#FFFFFF">Do you want to grow these vines on your own property?  This section describes the cultivation of the birdwing vines.</font></strong>';
c9.bgColor="#00FF00";
}
} 
function show_10() 
{
if (document.images)
 {
restorecol1buttons();
document["image2"].src = pic10.src;
t2.innerHTML='<strong><font color="#FFFFFF">Adult birdwing live for up to 6 weeks.  Get a list of their favourite food plants that readily grow in the garden.</font></strong>';
c10.bgColor="#00FF00";
}
} 
function restorecol1buttons()
{
c1.bgColor="#66FF00";
c3.bgColor="#66FF00";
c7.bgColor="#66FF00";
c9.bgColor="#66FF00";
c10.bgColor="#66FF00";
}



