function openWindow(url,param)
{
    var w = window.open (url, "test", param);
}
