//vigrx console code
var isLink=false;
function doClose()
{
	if(!isLink)
	{
		myPopA = window.open("console/a1.html", "myPopA", "scrollbars=no,location=no,status=no,titlebar=no,toolbar=no,resizeable=no,width=725,height=365");
		myPopA.focus();
		myPopB = window.open("console/b1.html", "myPopB", "scrollbars=no,location=no,status=no,titlebar=no,toolbar=no,resizeable=no,width=600,height=401,top=50,left=100");
		myPopB.focus();
		
	}
	return true;
}
