<!--
self.status='www.dogslovers.org';

function ShowStatus(theurl)
{
	//alert(theurl);
	self.status='Opening' +theurl;
	return true; 
}

function ShowPopUp(thepage,thewidth,theheight)
{
	window.open(thepage, "_new","width=" + thewidth + ",height=" + theheight + ",resizable=no,scrollbars=no,toolbar=0,location=0,directories=0,status=0,menubar=0");
}

function ShowPop(thepage,thewidth,theheight)
{
	window.open(thepage, "_new","width=" + thewidth + ",height=" + theheight + ",resizable=no,scrollbars=yes,toolbar=0,location=0,directories=0,status=0,menubar=0");
}


//-->
