// JavaScript Document
function windowOpenerA()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=660,height=700")
	msgWindow.document.write('<title>Lost Golf Balls</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Lost Golf Balls</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/golfer.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerB()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Aproaching Storm</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Aproaching Storm</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/approachingstorm.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerC()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Wildwood</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Wildwood</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/wildwood.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerD()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Home Sweet Home</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Home Sweet Home</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/homesweethome.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerE()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Lady and the Spider</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Lady and the Spider</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/ladyandspider.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerF()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Swinging Notes</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Swinging Notes</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/swingingnotes.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerG()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=500,height=600")
	msgWindow.document.write('<title>Abstract Trees</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Abstract Trees</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/abstracttrees.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerH()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Alpine View</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Alpine View</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/alpineview.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}
function windowOpenerI()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=700,height=600")
	msgWindow.document.write('<title>Snow Scene</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Snow Scene</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/snowscene.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}

function windowOpenerJ()
{
	msgWindow=window.open("","displayWindow","scrollbars=yes,width=800,height=400")
	msgWindow.document.write('<title>Mount Edgecoome</title><body bgcolor="#ffffee"text="#996600"><font face="arial"><h1>Mount Edgecoombe</h1><p>Info about picture goes here including price shipping details etc</p><form><input type="button" value="Close this window" onClick="window.close()"></form></font></br/></body></html>');
	msgWindow.document.write('<img src="images/mountedgecoombe.jpg"/>');
	msgWindow.document.write('<p>Price goes here so does the add to cart buttons etc</p>');
	
}


