//clearpores console code
var isLink=false;
function doClose()
{
	if(!isLink)
	{
		myPop = window.open("themes/default/exit.html", "myPop", "scrollbars=no,location=no,status=no,titlebar=no,toolbar=no,resizable=yes,width=600,height=400");
		myPop.focus();		
	}
	return true;
}