function answer(d)
{
 window.open(d+".html",
 		"",
		"width=360,height=240,menubar=no,status=no,toolbar=no");

}
