function open_win(URL)
{
	/* day = new Date();
  id = day.getTime();
var windowUri=url_add;
var windowHeight=600;
 var windowWidth=700;
  var windowName="the solutionscompany";
    var centerWidth = (window.screen.width - windowWidth) / 2;
    var centerHeight = (window.screen.height - windowHeight) / 2;
 eval("page" + id + " = window.open(URL, '" + windowName + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='" + windowWidth +"',height='" + windowHeight +  "',left='" + centerWidth + "',top=' + centerHeight +'););*/
 day = new Date();
  id = day.getTime();
  eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=850,height=550,left = 100,top = 100');");
}

