function View(url) {
    alert(url);
    //window.open( "http://clubmartini.us/"+url+"/index.html", "myWindow", "status = 1, height = 500, width = 500, resizable = 0" )

}