
function painting_dungeness()
{windowOpener('painting_dungeness_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}


function painting_dungeness2()
{windowOpener('painting_dungeness2_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_dungeness3()
{windowOpener('painting_dungeness3_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_gloucester()
{windowOpener('painting_gloucester_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_lavender()
{windowOpener('painting_lavender_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_lemon()
{windowOpener('painting_lemon_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_olivecypress()
{windowOpener('painting_olivecypress_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_olivesingreen()
{windowOpener('painting_olivesingreen_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_pomegranate()
{windowOpener('painting_pomegranate_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_quince()
{windowOpener('painting_quince_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_richmondpark()
{windowOpener('painting_richmondpark_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_sunflower()
{windowOpener('painting_sunflower_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_wildflowers()
{windowOpener('painting_wildflowers_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}

function painting_yellowtable()
{windowOpener('painting_yellowtable_lg.html','enlarge','toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,resizable=1,directories=no,width=780,height=580,left=40,top=30')}




function windowOpener(url, name, args)
{
	if (typeof(popupWin) != "object")
	{
//alert("got here 1");
		popupWin = window.open(url,name,args);
		popupWin.focus();
	}
	else 
	{
		
		//alert("got here 2");
		//alert("newname: " + name);
			
		if (!popupWin.closed)
		{ 
		
		//alert("got here 3");
			
			
			if (!popupWin.name == name)
			{
				popupWin.location.href = url;
				popupWin.focus();
			}
			else
			{

				popupWin2 = window.open(url, name,args);
				popupWin2.focus();
			}
			
		} 
		else
		{
		
//		alert("got here 4");
			popupWin = window.open(url, name,args);
			popupWin.focus();
		}
			
		
	}

	
}

