function winopen(url, width, height){
	window.open(url, '_blank', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=no,width=' + width + ',height=' + height);
}