function openWindow(target,width,height) {
	var l = window.open(target,'','scrollbars=yes,menubar=no,height=' + height + ',width=' + width + ',resizable=yes,toolbar=no,location=no,status=no');
}
