function small_window(myurl) {
var newWindow;
var props = 'scrollBars=yes,resizable=no,toolbar=no,menubar=no,location=no,directories=no,width=400,height=500,leftmargin=0,topmargin=0';
newWindow = window.open(myurl, 'Propasal',props);
}
