function winopen_full(url,width,height){
var www = top.window.open(url,'www', 'resizable=yes,scrollbars=yes,menubar=yes,height='+height+',width='+width+',left=600,top=200');
}
function winopen_new(url,width,height){
var www = top.window.open(url,'', 'resizable=yes,scrollbars=yes,menubar=yes,height='+height+',width='+width);
}
