var win;
var theme = 'vista_glass';

function openEvaluation()
{
	if(win) win.close();
	win = new Window({className: theme, title: "Ocenite KibicFenster",
		top:10, left:10, width:600, height:400, destroyOnClose: true, resizable: true,
		closable: true, minimizable: true, maximizable: false, minWidth: 300, minHeight: 300});
	win.setURL("http://polls.zoho.com/stojadinovicp/kibicfenster-evaluacija");
	win.show();
    	win.setConstraint(true, {left:10, right:20, top: 10, bottom:10})
	win.toFront();
}
