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