function qpopup(mylink, wname)
{
 params  = 'width=1200'; //+screen.width;
 params += ', height=800'; //+screen.height;
 params += ', top=100, left=100';
 //params += ', fullscreen=yes';

window.open(mylink, "Jeremygallery", params);
return false;
}