function popup(){
window.open( "aboutus_popup.html", "AboutUs", 
"status = OFF, resizable= 0, width=455, height=840" )
}

function popup_tc(){
window.open( "terms_and_conditions_popup.html", "TermsConditions", 
"status = OFF, resizable= 0, width=455, height=400" )
}


function imagepopup_highwayinn(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Bunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/hunnies_booth/s-bar/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/hunnies_booth/s-bar/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Bunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}

function imagepopup_highlander(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Bunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/bunnies_booth/bunnies_highlander/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/bunnies_booth/bunnies_highlander/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Bunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}

function imagepopup_thepierhotel(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Bunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/bunnies_booth/bunnies_thepierhotel/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/bunnies_booth/bunnies_thepierhotel/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Bunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}

  //var pageString = '<html><head><title>Bunnie Booth</title>'
  //+ '</head><body bgcolor="#874c78">'
  //+ '<table width="610" border="0" cellspacing="0" cellpadding="0">'
  //+ '<tr><td width="300">'
  //+ '<img src="' + image_name + '.jpg" width="300" height="365" /></td>'
  //+ '<td width="310"><div align="right"><img src="' + image_name + '.jpg" width="300" height="365" />'
  //+ '</div></td>'
  //+ '<tr><td colspan="2"><p align="center">To use these photos for your Greyhound Bunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>'
  //+ '<tr><td colspan="2"><div align="right"><a href="javascript:window.close()">Close Window</a></div></td></tr>'
  //+ '</tr></table>'
  //+ '</body></html>';
  
   //generator.document.open();
   //generator.document.write( pageString )
   //generator.document.close();
 
    //generator.document.title = 'Bunnie Booth';
   
    //alert('7');

function imagepopup(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Hunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/hunnies_booth/s-bar/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/hunnies_booth/s-bar/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Hunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}


function imagepopup_pier(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Hunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/hunnies_booth/pier/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/hunnies_booth/pier/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Hunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}

function imagepopup_pier(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Hunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/hunnies_booth/pier/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/hunnies_booth/pier/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Hunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}


function imagepopup_rob(image_name)
{
  var generator=window.open('','name','height=510,width=640');
 
  generator.document.write('<html><head><title>Hunnie Booth</title>');
  generator.document.write('</head><body bgcolor="#874c78">');
  generator.document.write('<table width="610" border="0" cellspacing="0" cellpadding="0">');
  generator.document.write('<tr><td width="300">');
  generator.document.write('<img src="/images/hunnies_booth/rob-roy/');
  generator.document.write(image_name);
  generator.document.write('hs.jpg" width="300" height="365" /></td>');
  generator.document.write('<td width="310"><div align="right"><img src="/images/hunnies_booth/rob-roy/');
  generator.document.write(image_name);
  generator.document.write('fl.jpg" width="300" height="365" /></div></td>');
  generator.document.write('<tr><td colspan="2"><p align="center" style="color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif"><br />To use these photos for your Greyhound Hunnie of the Year registration<br />Right click on the images and save them to your desktop.</td></tr>');
  generator.document.write('<tr><td colspan="2"><div align="right"><a style="color:#FFFF00; font-size:10px; font-family:Arial, Helvetica, sans-serif" href="javascript:window.close()"><br /><br />Close Window</a></div></td></tr>');
  generator.document.write('</tr></table>');
  generator.document.write('</body></html>');
}

