﻿
function NewWin(url)
{
window.open (url, "");
}
