function openPopupWindow(url,name,attribute)
{
var new_win = window.open(url, name, attribute);
new_win.focus();
}
