function popWindow(cid, pid)
{
	return window.open('http://www.jonathansmartgallery.com/jsgart/gallery_item.php?pid=' + pid + '&cid=' + cid, pid,'screenX=200,screenY=100,top=100,left=200,scrollbars=yes,resizable=yes,width=530,height=550');
}

function showContact()
{
	var x = document.getElementsByTagName('div');
	window.resizeTo(540, 750);
	for (var i=0;i<x.length;i++)
	{
		if (x[i].className == 'contact_email')
			x[i].style.display = 'block';
		if (x[i].className == 'enquiry')
			x[i].style.display = 'none';
	}
}