function showWindow(url) {
window.open(url,"popup","width=250,height=500,scrollbars=yes,resizable=yes");
}