function openSameLink(url) { location.href = url; } function openPopLink(url) { window.open(url,"POP","width=600,height=300,scrollbars=yes"); }