
function OpenWindow(url)
{
   var child = window.open(url);
}