function popitup(url){
//	if (url == 'medium.php')
//	{
//		$.jqURL.loc(url,
//		{w:824,h:824,wintype:'_blank'});
//	}
	if (url == 'slideshow.php')
	{
		$.jqURL.loc(url,
		{w:960,h:768,wintype:'_blank'});
	}
	else
	{
		$.jqURL.loc(url,
		{w:824,h:824,wintype:'_blank'});
	}
	return false;
}