function openNewWindow(URL)
{
window.open(URL,'NewWindow','width=600,height=400,resizable=yes,scrollbars=yes,location=no,status=no,toolbar=0');
}