// JavaScript Document


function win1()
{
  var win = new Window({id: "win1", className: "alphacube", title: "", width: 190, height: 1750, top:0, right: 0, url: "http://www.entra-sys.hu/technikapartnerprogram.html", showEffectOptions: {duration:1.5}})

  win.setDestroyOnClose(); 
  win.show();
  win.setConstraint(true, {left:10, right:20})
  win.toFront();
  
}

