
function openWin(){
window.open('popup.html','','width=600,height=400,toolbar=no,scrollbars=yes,resizable=yes');
}