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