/* General functions */

function PicPop(Picture)
	{
	Page = "../listings/" + Picture + ".jpg";
	window.open(Page, "PicturePop", "width=700,height=700,scrollbars=yes,resizeable=yes,top=20,left=20");
	}

function PicPop2(Picture)
	{
	Page = "picture.cfm?picture=" + Picture;
	window.open(Page, "PicturePop", "width=700,height=700,scrollbars=yes,resizeable=yes,top=20,left=20");
	}

function NHPicPop(Picture)
	{
	Page = "nhpicture.cfm?picture=" + Picture;
	window.open(Page, "PicturePop", "width=600,height=400,scrollbars=yes,resizeable=yes,top=20,left=20");
	}
