

function openPopup(theURL)
{
	// Popup width and height are optional second and third parameters to this function
	var theHeight = 600;
	var theWidth = 1000;
	if (openPopup.arguments.length == 3)
	{
		theWidth = openPopup.arguments[1];
		theHeight = openPopup.arguments[2];
	}
	window.open (theURL, 'infowindow','width='+theWidth+',height='+theHeight+',left=60,top=20,location=no,resizable=yes,scrollbars=yes,menubar=yes,status=yes');
}





buy5 = new Image(153,16)
buy5.src="http://rowecraft.com/images/buy5.jpg"
navarrow = new Image(28,11)
navarrow.src="http://rowecraft.com/images/nav_arrow1.gif"




function openPopup1 (theURL)
{
	// Popup width and height are optional second and third parameters to this function
	var theHeight = 600;
	var theWidth = 1000;
	if (openPopup1.arguments.length == 3)
	{
		theWidth = openPopup1.arguments[1];
		theHeight = openPopup1.arguments[2];
	}
	window.open (theURL, 'infowindow','width='+theWidth+',height='+theHeight+',left=50,top=20,location=no,resizable=yes,menubar=no,status=no,toolbar=no,scrollbars=yes');
}



