function qpopup(mylink, wname)
{
 //params  = 'width='+screen.width;
 params  = 'width=900';
 //params += ', height='+screen.height;
 params += ', height=600';
 params += ', top=100, left=100'
 params += ', fullscreen=yes';

window.open(mylink, wname, params);
return false;
}