function open_win(url_add,wdt,ht)
{
   window.open(url_add,'welcome','width='+wdt+',height='+ht+',menubar=no,status=yes,location=yes,toolbar=no,top = 0,left = 0,scrollbars=yes');
}
//<script src="js/popup.js"></script>
//<a href="javascript:void(0)" onclick="open_win('popup/fs3333.html','575','625')"><span class="size">View</span></a>