function openNewWindow(url) {//v1.0
 var windowProperties=''; 
 window.open(url,windowProperties);
}

