function popwinx(mylink, windowfeatures)
{
window.open(mylink, "Test",  windowfeatures);
return false;
}
