function openWin(url) {
alert(url);
 window.open(url);



}