var isLink=false;
function doClose()
{
	if(!isLink)
	{
		myPopup = window.open("", "myPopup", "scrollbars=no,location=no,status=no,titlebar=no,toolbar=no,resizeable=no,height=550,width=450");
		
		myPopup.document.write("<html><head><title>Other Hot Products</title>");
		
		myPopup.document.write("<style type=\"text/css\">* {margin: 0; padding: 0}body {background-color: #000}img {border: 0}table {border: 0; width: 450px}</style>");
		
		myPopup.document.write("</head><body>");
		
		myPopup.document.write("<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
		
		myPopup.document.write("<td colspan=\"2\"><a target=\"_blank\" href=\"http://www.bettersexmall.com/clicks/console.html"+ popuser +"\"><img src=\"/ext/imgs/ext_01b.jpg\" width=\"450\" height=\"182\" alt=\"\"></a></td>");
		myPopup.document.write("</tr><tr>");
		myPopup.document.write("<td><a target=\"_blank\" href=\"http://www.vigrxplus.com/clicks/console.html"+ popuser +"\"><img src=\"/ext/imgs/ext_06.jpg\" width=\"225\" height=\"184\" alt=\"\"></a></td>");
		myPopup.document.write("<td><a target=\"_blank\" href=\"http://www.proextender.com/clicks/console.html"+ popuser +"\"><img src=\"/ext/imgs/ext_08.jpg\" width=\"225\" height=\"184\" alt=\"\"></a></td>");
		myPopup.document.write("</tr><tr>");
		myPopup.document.write("<td><a target=\"_blank\" href=\"http://www.genf20.com/clicks/console.html"+ popuser +"\"><img src=\"/ext/imgs/ext_02.jpg\" width=\"225\" height=\"184\" alt=\"\"></a></td>");
		myPopup.document.write("<td><a target=\"_blank\" href=\"http://www.healthypores.com/clicks/console.html"+ popuser +"\"><img src=\"/ext/imgs/ext_05.jpg\" width=\"225\" height=\"184\" alt=\"\"></a></td>");
		myPopup.document.write("</tr></table>");
		
		myPopup.focus();
	}
	return true;
}