function gotoUrl(strUrl)
{
	if (strUrl!="")
	{
    window.open (strUrl, '', 'top=0,width=500,height=500,left=0,toolbar=no, menubar=yes, scrollbars=yes,resizable=yes,location=yes, status=yes');
	}
}