function OpenInfoWindow(windowURL) 
{ 
window.open(windowURL,"InfoWindow","toolbar=no,scrollbars=yes,height=300,width=370"); 
}